Home
last modified time | relevance | path

Searched refs:nrfx_usbd_ep_t (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbd.h90 #define NRFX_USBD_EPIN(n) ((nrfx_usbd_ep_t)NRF_USBD_EPIN(n))
100 #define NRFX_USBD_EPOUT(n) ((nrfx_usbd_ep_t)NRF_USBD_EPOUT(n))
130 } nrfx_usbd_ep_t; typedef
194 nrfx_usbd_ep_t ep; /**< Endpoint number. */
197 nrfx_usbd_ep_t ep; /**< Endpoint number. */
602 void nrfx_usbd_ep_max_packet_size_set(nrfx_usbd_ep_t ep, uint16_t size);
613 uint16_t nrfx_usbd_ep_max_packet_size_get(nrfx_usbd_ep_t ep);
623 bool nrfx_usbd_ep_enable_check(nrfx_usbd_ep_t ep);
637 void nrfx_usbd_ep_enable(nrfx_usbd_ep_t ep);
646 void nrfx_usbd_ep_disable(nrfx_usbd_ep_t ep);
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c247 static nrfx_usbd_ep_t m_last_setup_dir;
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()
704 static inline nrfx_usbd_ep_t bit2ep(uint8_t bitpos) in bit2ep()
707 return (nrfx_usbd_ep_t)((bitpos >= NRFX_USBD_EPOUT_BITPOS_0) ? in bit2ep()
751 static inline void usbd_dma_start(nrfx_usbd_ep_t ep) in usbd_dma_start()
[all …]