#include <dwc_otg_regs.h>
Data Fields | |
| uint32_t | d32 |
| raw register data | |
| struct { | |
| unsigned xfersize:19 | |
| Transfer size. | |
| unsigned pktcnt:10 | |
| Packet Count. | |
| unsigned mc:2 | |
| Multi Count - Periodic IN endpoints. | |
| unsigned reserved:1 | |
| } | b |
| register bits | |
Read the register into the d32 member then set/clear the bits using the bit elements.
Definition at line 1403 of file dwc_otg_regs.h.
1.4.7