Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-core-4.1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Make sure DONE Bit is cleared.
teensy4-core
Frank
6 anni fa
parent
83566b515f
commit
afefd37bc7
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-0
teensy3/DMAChannel.h
+ 1
- 0
teensy3/DMAChannel.h
Vedi File
@@ -380,6 +380,7 @@ protected:
DMABaseClass() {}
static inline void copy_tcd(TCD_t *dst, const TCD_t *src) {
dst->CSR = 0;
const uint32_t *p = (const uint32_t *)src;
uint32_t *q = (uint32_t *)dst;
uint32_t t1, t2, t3, t4;
Write
Preview
Loading…
Annulla
Salva