Searched refs:DEPCTL_NEXT_EP_BIT (Results 1 – 2 of 2) sorted by relevance
241 #define DEPCTL_NEXT_EP_BIT (11) macro242 #define DEPCTL_NEXT_EP_MASK (0xFU << DEPCTL_NEXT_EP_BIT)
185 uint32_t next = ((i + 1) % USB_NUM_BIDIR_ENDPOINTS) << DEPCTL_NEXT_EP_BIT; in aic_set_dma_nextep()
Completed in 7 milliseconds