Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_usbd.h460 #define NRF_USBD_EPIN(epnr) (((uint8_t)(epnr)) | NRF_USBD_EP_DIR_IN) argument
471 #define NRF_USBD_EPOUT(epnr) (((uint8_t)(epnr)) | NRF_USBD_EP_DIR_OUT) argument
1120 uint8_t epnr = NRF_USBD_EP_NR_GET(ep); in nrf_usbd_halted_get() local
1291 uint8_t epnr = NRF_USBD_EP_NR_GET(ep); in nrf_usbd_ep_enable_check() local
1306 uint8_t epnr = NRF_USBD_EP_NR_GET(ep); in nrf_usbd_ep_enable() local
1321 uint8_t epnr = NRF_USBD_EP_NR_GET(ep); in nrf_usbd_ep_disable() local
1416 uint8_t epnr = NRF_USBD_EP_NR_GET(ep); in nrf_usbd_ep_easydma_set() local
1430 uint8_t epnr = NRF_USBD_EP_NR_GET(ep); in nrf_usbd_ep_easydma_set() local
1449 uint8_t epnr = NRF_USBD_EP_NR_GET(ep); in nrf_usbd_ep_amount_get() local
1461 uint8_t epnr = NRF_USBD_EP_NR_GET(ep); in nrf_usbd_ep_amount_get() local

Completed in 7 milliseconds