Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c379 handle->epCallbackDirectly = 1U; in USB_DeviceResetNotification()
394 handle->epCallbackDirectly = 0U; in USB_DeviceResetNotification()
699 if (0U != deviceHandle->epCallbackDirectly) in USB_DeviceNotificationTrigger()
1136 deviceHandle->epCallbackDirectly = 1U; in USB_DeviceDeinitEndpoint()
1142 deviceHandle->epCallbackDirectly = 0U; in USB_DeviceDeinitEndpoint()
Dusb_device_dci.h153 uint8_t epCallbackDirectly; /*!< Whether call ep callback directly when the task is enabled */ member