Searched refs:usb_device_dfu_struct_t (Results 1 – 2 of 2) sorted by relevance
27 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()
51 } usb_device_dfu_struct_t; typedef