Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_dfu.c27 static usb_status_t USB_DeviceDfuAllocateHandle(usb_device_dfu_struct_t **handle);
28 static usb_status_t USB_DeviceDfuFreeHandle(usb_device_dfu_struct_t *handle);
34 USB_GLOBAL static usb_device_dfu_struct_t s_UsbDeviceDfuHandle[USB_DEVICE_CONFIG_DFU];
50 static usb_status_t USB_DeviceDfuAllocateHandle(usb_device_dfu_struct_t **handle) in USB_DeviceDfuAllocateHandle()
74 static usb_status_t USB_DeviceDfuFreeHandle(usb_device_dfu_struct_t *handle) in USB_DeviceDfuFreeHandle()
97 usb_device_dfu_struct_t *dfuHandle; in USB_DeviceDfuEvent()
107 dfuHandle = (usb_device_dfu_struct_t *)handle; in USB_DeviceDfuEvent()
218 usb_device_dfu_struct_t *dfuHandle; in USB_DeviceDfuInit()
259 usb_device_dfu_struct_t *dfuHandle; in USB_DeviceDfuDeinit()
264 dfuHandle = (usb_device_dfu_struct_t *)handle; in USB_DeviceDfuDeinit()
Dusb_device_dfu.h51 } usb_device_dfu_struct_t; typedef