Searched defs:bitpos (Results 1 – 3 of 3) sorted by relevance
704 static inline nrfx_usbd_ep_t bit2ep(uint8_t bitpos) in bit2ep()856 uint8_t bitpos = (uint8_t)NRF_CTZ(ep_waiting); in usbd_ep_abort_all() local1147 static void usbd_ep_data_handler(nrfx_usbd_ep_t ep, uint8_t bitpos) in usbd_ep_data_handler()1290 uint8_t bitpos = (uint8_t)NRF_CTZ(dataepstatus); in ev_epdata_handler() local
53 bool nrfx_flag32_is_allocated(nrfx_atomic_t mask, uint8_t bitpos) in nrfx_flag32_is_allocated()
64 #define NRFY_INT_BITPOS_TO_EVENT(bitpos) (((bitpos) << 2) + 0x100) argument