Add DWC3 codes

This commit is contained in:
xj 2024-09-12 01:25:32 -07:00
parent 6d834be991
commit 506f37d009
1 changed files with 3 additions and 0 deletions

View File

@ -204,4 +204,7 @@
9, 8, 7, 6, 5, 4, 3, 2, 1, 0
#define upper_32_bits(n) ((uint32_t)(((n) >> 16) >> 16))
#define lower_32_bits(n) ((uint32_t)(n))
#endif