Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c111 #define NRFX_USBD_ASSERT_EP_VALID(ep) NRFX_ASSERT( \ argument
159 #define NRFX_USBD_EP_BITPOS(ep) \ argument
366 static inline nrf_usbd_event_t nrfx_usbd_ep_to_endevent(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_to_endevent()
407 static inline uint32_t nrfx_usbd_ep_to_int(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_to_int()
641 static inline uint8_t ep_to_hal(nrfx_usbd_ep_t ep) in ep_to_hal()
654 static inline nrf_usbd_task_t task_start_ep(nrfx_usbd_ep_t ep) in task_start_ep()
670 static inline usbd_ep_state_t* ep_state_access(nrfx_usbd_ep_t ep) in ep_state_access()
689 static inline uint8_t ep2bit(nrfx_usbd_ep_t ep) in ep2bit()
751 static inline void usbd_dma_start(nrfx_usbd_ep_t ep) in usbd_dma_start()
779 static inline void usbd_ep_abort(nrfx_usbd_ep_t ep) in usbd_ep_abort()
[all …]
/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h487 #define NRF_USBD_EP_NR_GET(ep) ((uint8_t)(((uint8_t)(ep)) & 0xFU)) argument
499 #define NRF_USBD_EPIN_CHECK(ep) ( (((uint8_t)(ep)) & NRF_USBD_EP_DIR_Msk) == NRF_USBD_EP_DIR_IN ) argument
511 #define NRF_USBD_EPOUT_CHECK(ep) ( (((uint8_t)(ep)) & NRF_USBD_EP_DIR_Msk) == NRF_USBD_EP_DIR_OUT ) argument
521 #define NRF_USBD_EPISO_CHECK(ep) (NRF_USBD_EP_NR_GET(ep) >= NRF_USBD_EPISO_FIRST) argument
531 #define NRF_USBD_EP_VALIDATE(ep) ( \ argument
1123 NRF_STATIC_INLINE uint32_t nrf_usbd_halted_get(NRF_USBD_Type const * p_reg, uint8_t ep) in nrf_usbd_halted_get()
1136 NRF_STATIC_INLINE bool nrf_usbd_ep_is_stall(NRF_USBD_Type const * p_reg, uint8_t ep) in nrf_usbd_ep_is_stall()
1207 NRF_STATIC_INLINE size_t nrf_usbd_epout_size_get(NRF_USBD_Type const * p_reg, uint8_t ep) in nrf_usbd_epout_size_get()
1225 NRF_STATIC_INLINE size_t nrf_usbd_episoout_size_get(NRF_USBD_Type const * p_reg, uint8_t ep) in nrf_usbd_episoout_size_get()
1244 NRF_STATIC_INLINE void nrf_usbd_epout_clear(NRF_USBD_Type * p_reg, uint8_t ep) in nrf_usbd_epout_clear()
[all …]
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbd.h194 nrfx_usbd_ep_t ep; /**< Endpoint number. */ member
197 nrfx_usbd_ep_t ep; /**< Endpoint number. */ member