#include <dwc_otg_regs.h>
Data Fields | |
| uint32_t | d32 |
| raw register data | |
| struct { | |
| unsigned op_mode:3 | |
| unsigned architecture:2 | |
| unsigned point2point:1 | |
| unsigned hs_phy_type:2 | |
| unsigned fs_phy_type:2 | |
| unsigned num_dev_ep:4 | |
| unsigned num_host_chan:4 | |
| unsigned perio_ep_supported:1 | |
| unsigned dynamic_fifo:1 | |
| unsigned multi_proc_int:1 | |
| unsigned reserved21:1 | |
| unsigned nonperio_tx_q_depth:2 | |
| unsigned host_perio_tx_q_depth:2 | |
| unsigned dev_token_q_depth:5 | |
| unsigned reserved31:1 | |
| } | b |
| register bits | |
Read the register into the d32 element then read out the bits using the bit elements.
Definition at line 764 of file dwc_otg_regs.h.
1.4.7