Lines Matching defs:ep

111 #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()
840 void nrfx_usbd_ep_abort(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_abort()
916 const nrfx_usbd_ep_t ep = NRFX_USBD_EPIN0; in nrf_usbd_ep0in_dma_handler() local
945 static inline void nrf_usbd_epin_dma_handler(nrfx_usbd_ep_t ep) in nrf_usbd_epin_dma_handler()
972 static inline void nrf_usbd_epiniso_dma_handler(nrfx_usbd_ep_t ep) in nrf_usbd_epiniso_dma_handler()
1009 const nrfx_usbd_ep_t ep = NRFX_USBD_EPOUT0; in nrf_usbd_ep0out_dma_handler() local
1039 static inline void nrf_usbd_epout_dma_handler(nrfx_usbd_ep_t ep) in nrf_usbd_epout_dma_handler()
1074 static inline void nrf_usbd_epoutiso_dma_handler(nrfx_usbd_ep_t ep) in nrf_usbd_epoutiso_dma_handler()
1147 static void usbd_ep_data_handler(nrfx_usbd_ep_t ep, uint8_t bitpos) in usbd_ep_data_handler()
1291 nrfx_usbd_ep_t ep = bit2ep(bitpos); in ev_epdata_handler() local
1333 static inline size_t usbd_ep_iso_capacity(nrfx_usbd_ep_t ep) in usbd_ep_iso_capacity()
1367 nrfx_usbd_ep_t ep = bit2ep(pos); in usbd_dmareq_process() local
1686 nrfx_usbd_ep_t ep = NRFX_USBD_EPIN(n); in nrfx_usbd_init() local
1696 nrfx_usbd_ep_t ep = NRFX_USBD_EPOUT(n); in nrfx_usbd_init() local
1969 void nrfx_usbd_ep_max_packet_size_set(nrfx_usbd_ep_t ep, uint16_t size) in nrfx_usbd_ep_max_packet_size_set()
1983 uint16_t nrfx_usbd_ep_max_packet_size_get(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_max_packet_size_get()
1989 bool nrfx_usbd_ep_enable_check(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_enable_check()
1994 void nrfx_usbd_ep_enable(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_enable()
2014 void nrfx_usbd_ep_disable(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_disable()
2045 nrfx_usbd_ep_t ep, in nrfx_usbd_ep_transfer()
2165 nrfx_usbd_ep_t ep, in nrfx_usbd_ep_handled_transfer()
2225 nrfx_usbd_ep_status_t nrfx_usbd_ep_status_get(nrfx_usbd_ep_t ep, size_t * p_size) in nrfx_usbd_ep_status_get()
2237 size_t nrfx_usbd_epout_size_get(nrfx_usbd_ep_t ep) in nrfx_usbd_epout_size_get()
2242 bool nrfx_usbd_ep_is_busy(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_is_busy()
2247 void nrfx_usbd_ep_stall(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_stall()
2253 void nrfx_usbd_ep_stall_clear(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_stall_clear()
2262 bool nrfx_usbd_ep_stall_check(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_stall_check()
2267 void nrfx_usbd_ep_dtoggle_clear(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_dtoggle_clear()
2304 void nrfx_usbd_transfer_out_drop(nrfx_usbd_ep_t ep) in nrfx_usbd_transfer_out_drop()