Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c293 static inline nrf_usbd_common_ep_t ep_addr_to_nrfx(uint8_t ep) in ep_addr_to_nrfx() function
564 nrf_usbd_common_ep_enable(ep_addr_to_nrfx(ep_ctx->cfg.addr)); in usbd_enable_endpoints()
573 nrf_usbd_common_ep_enable(ep_addr_to_nrfx(ep_ctx->cfg.addr)); in usbd_enable_endpoints()
582 nrf_usbd_common_ep_enable(ep_addr_to_nrfx(ep_ctx->cfg.addr)); in usbd_enable_endpoints()
591 nrf_usbd_common_ep_enable(ep_addr_to_nrfx(ep_ctx->cfg.addr)); in usbd_enable_endpoints()
611 nrf_usbd_common_ep_abort(ep_addr_to_nrfx(ep_ctx->cfg.addr)); in ep_ctx_reset()
799 ep_addr_to_nrfx(ep_ctx->cfg.addr), &transfer); in usbd_work_process_recvreq()
1445 nrf_usbd_common_ep_max_packet_size_set(ep_addr_to_nrfx(ep_cfg->ep_addr), in usb_dc_ep_configure()
1470 nrf_usbd_common_ep_stall(ep_addr_to_nrfx(ep)); in usb_dc_ep_set_stall()
1504 nrf_usbd_common_ep_dtoggle_clear(ep_addr_to_nrfx(ep)); in usb_dc_ep_clear_stall()
[all …]