Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbd.h178 } nrfx_usbd_ep_status_t; typedef
198 nrfx_usbd_ep_status_t status; /**< Status for the endpoint. */
726 nrfx_usbd_ep_status_t nrfx_usbd_ep_status_get(nrfx_usbd_ep_t ep, size_t * p_size);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c301nrfx_usbd_ep_status_t status; //!< NRFX_SUCCESS or error code, never NRFX_ERROR_BUSY - th…
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()
2227 nrfx_usbd_ep_status_t ret; in nrfx_usbd_ep_status_get()