forked from xuos/xiuos
Add DWC3 codes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user