Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_dci.c406 handle->epCallback[count].callbackFn = (usb_device_endpoint_callback_t)NULL; in USB_DeviceResetNotification()
407 handle->epCallback[count].callbackParam = NULL; in USB_DeviceResetNotification()
408 handle->epCallback[count].isBusy = 0U; in USB_DeviceResetNotification()
723 handle->epCallback[0].isBusy = 0U; in USB_DeviceNotification()
724 handle->epCallback[1].isBusy = 0U; in USB_DeviceNotification()
839 deviceHandle->epCallback[count].callbackParam = NULL; in USB_DeviceInit()
840 deviceHandle->epCallback[count].isBusy = 0U; in USB_DeviceInit()
1079 usb_device_endpoint_callback_struct_t *epCallback) in USB_DeviceInitEndpoint() argument
1090 if ((!epInit) || (!epCallback)) in USB_DeviceInitEndpoint()
1101 …deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].callbackFn = epCallback-… in USB_DeviceInitEndpoint()
[all …]
A Dusb_device_dci.h158 epCallback[USB_DEVICE_CONFIG_ENDPOINTS << 1U]; /*!< Endpoint callback function structure */ member
A Dusb_device.h400 usb_device_endpoint_callback_struct_t *epCallback);
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_dci.c401 handle->epCallback[count].callbackFn = (usb_device_endpoint_callback_t)NULL; in USB_DeviceResetNotification()
402 handle->epCallback[count].callbackParam = NULL; in USB_DeviceResetNotification()
403 handle->epCallback[count].isBusy = 0U; in USB_DeviceResetNotification()
718 handle->epCallback[0].isBusy = 0U; in USB_DeviceNotification()
719 handle->epCallback[1].isBusy = 0U; in USB_DeviceNotification()
834 deviceHandle->epCallback[count].callbackParam = NULL; in USB_DeviceInit()
835 deviceHandle->epCallback[count].isBusy = 0U; in USB_DeviceInit()
1074 usb_device_endpoint_callback_struct_t *epCallback) in USB_DeviceInitEndpoint() argument
1085 if ((!epInit) || (!epCallback)) in USB_DeviceInitEndpoint()
1096 …deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].callbackFn = epCallback-… in USB_DeviceInitEndpoint()
[all …]
A Dusb_device_dci.h158 epCallback[USB_DEVICE_CONFIG_ENDPOINTS << 1U]; /*!< Endpoint callback function structure */ member
A Dusb_device.h400 usb_device_endpoint_callback_struct_t *epCallback);

Completed in 19 milliseconds