This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make sure DONE Bit is cleared.
main
Frank
5 years ago
parent
83566b515f
commit
afefd37bc7
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
teensy3/DMAChannel.h
+ 1
- 0
teensy3/DMAChannel.h
View 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…
Cancel
Save