Searched refs:ep_idx2bit (Results 1 – 2 of 2) sorted by relevance
51 static inline uint8_t ep_idx2bit(uint8_t ep_idx) in ep_idx2bit() function333 if (edpt_complete & (1 << ep_idx2bit(ep_idx))) { in USBD_IRQHandler()
137 static inline uint8_t ep_idx2bit(uint8_t ep_idx) in ep_idx2bit() function685 if (edpt_complete & (1 << ep_idx2bit(ep_idx))) { in USBD_IRQHandler()
Completed in 5 milliseconds