Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device.h165 typedef usb_status_t (*usb_device_endpoint_callback_t)(usb_device_handle handle, typedef
186 usb_device_endpoint_callback_t callbackFn; /*!< Endpoint callback function*/
Dusb_device_dci.c403 handle->epCallback[count].callbackFn = (usb_device_endpoint_callback_t)NULL; in USB_DeviceResetNotification()
769 deviceHandle->epCallback[count].callbackFn = (usb_device_endpoint_callback_t)NULL; in USB_DeviceInit()
1149 (usb_device_endpoint_callback_t)NULL; in USB_DeviceDeinitEndpoint()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.c207 epCallback.callbackFn = (usb_device_endpoint_callback_t)NULL; in USB_DeviceCdcAcmEndpointsInit()