| 165 | } |
| 166 | |
| 167 | inline uint8_t MaxSlotsEnabled(){ |
| 168 | return configure & USB_CFG_MAXSLOTSEN; |
| 169 | } |
| 170 | } __attribute__((packed)) xhci_op_regs_t; // Operational Registers |
| 171 | |
| 172 | typedef struct { |
nothing calls this directly
no outgoing calls
no test coverage detected