Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c332 static struct nrf_usbd_ep_ctx *endpoint_ctx(const uint8_t ep) in endpoint_ctx() function
365 return endpoint_ctx(NRF_USBD_EPIN(ep)); in in_endpoint_ctx()
370 return endpoint_ctx(NRF_USBD_EPOUT(ep)); in out_endpoint_ctx()
850 endpoint_ctx(p_event->data.eptransfer.ep); in usbd_event_transfer_ctrl()
955 endpoint_ctx(p_event->data.eptransfer.ep); in usbd_event_transfer_data()
1088 ep_ctx = endpoint_ctx(p_event->data.eptransfer.ep); in usbd_event_handler()
1118 endpoint_ctx(NRF_USBD_EPOUT(0)); in usbd_event_handler()
1182 ep_ctx = endpoint_ctx(NRF_USBD_COMMON_EPOUT8); in usbd_sof_trigger_iso_read()
1429 ep_ctx = endpoint_ctx(ep_cfg->ep_addr); in usb_dc_ep_configure()
1459 ep_ctx = endpoint_ctx(ep); in usb_dc_ep_set_stall()
[all …]