Home
last modified time | relevance | path

Searched refs:DEPCTL_NEXT_EP_BIT (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic_reg.h241 #define DEPCTL_NEXT_EP_BIT (11) macro
242 #define DEPCTL_NEXT_EP_MASK (0xFU << DEPCTL_NEXT_EP_BIT)
A Dusb_dc_aic.c185 uint32_t next = ((i + 1) % USB_NUM_BIDIR_ENDPOINTS) << DEPCTL_NEXT_EP_BIT; in aic_set_dma_nextep()

Completed in 7 milliseconds