Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.h176 } nrf_usbd_common_evt_t; typedef
183 typedef void (*nrf_usbd_common_event_handler_t)(nrf_usbd_common_evt_t const *p_event);
Dnrf_usbd_common.c140 const nrf_usbd_common_evt_t name = {NRF_USBD_COMMON_EVT_EPTRANSFER, \
622 const nrf_usbd_common_evt_t evt = {.type = NRF_USBD_COMMON_EVT_RESET}; in ev_usbreset_handler()
656 nrf_usbd_common_evt_t evt = { in ev_sof_handler()
724 const nrf_usbd_common_evt_t evt = {.type = NRF_USBD_COMMON_EVT_SETUP}; in ev_setup_handler()
743 const nrf_usbd_common_evt_t evt = {.type = NRF_USBD_COMMON_EVT_SUSPEND}; in ev_usbevent_handler()
750 const nrf_usbd_common_evt_t evt = {.type = NRF_USBD_COMMON_EVT_RESUME}; in ev_usbevent_handler()
764 const nrf_usbd_common_evt_t evt = {.type = NRF_USBD_COMMON_EVT_WUREQ}; in ev_usbevent_handler()
/Zephyr-latest/drivers/usb/udc/
Dudc_nrf.c52 nrf_usbd_common_evt_t hal_evt;
167 nrf_usbd_common_evt_t const *const event) in udc_event_xfer_in()
258 nrf_usbd_common_evt_t const *const event) in udc_event_xfer_out()
515 static void usbd_event_handler(nrf_usbd_common_evt_t const *const hal_evt) in usbd_event_handler()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c847 static void usbd_event_transfer_ctrl(nrf_usbd_common_evt_t const *const p_event) in usbd_event_transfer_ctrl()
952 static void usbd_event_transfer_data(nrf_usbd_common_evt_t const *const p_event) in usbd_event_transfer_data()
1050 static void usbd_event_handler(nrf_usbd_common_evt_t const *const p_event) in usbd_event_handler()