Home
last modified time | relevance | path

Searched defs:bitpos (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c704 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() local
1147 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
/hal_nordic-latest/nrfx/helpers/
Dnrfx_flag32_allocator.c53 bool nrfx_flag32_is_allocated(nrfx_atomic_t mask, uint8_t bitpos) in nrfx_flag32_is_allocated()
/hal_nordic-latest/nrfx/haly/
Dnrfy_common.h64 #define NRFY_INT_BITPOS_TO_EVENT(bitpos) (((bitpos) << 2) + 0x100) argument