_HID_Process::fifo is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_HID_Process::fifo field

Syntax

References

LocationReferrerText
usbh_hid.h:217
usbh_hid.c:472USBH_HID_Process()
if ((HID_Handle->DataReady == 0U) && (XferSize != 0U) && (HID_Handle->fifo.buf != NULL))
usbh_hid.c:474USBH_HID_Process()
(void)USBH_HID_FifoWrite(&HID_Handle->fifo, HID_Handle->pData, HID_Handle->length);
usbh_hid_keybd.c:360USBH_HID_KeybdInit()
USBH_HID_FifoInit(&HID_Handle->fifo, phost->device.Data, (uint16_t)(HID_QUEUE_SIZE * sizeof(keybd_report_data)));
usbh_hid_keybd.c:396USBH_HID_KeybdDecode()
if ((HID_Handle->length == 0U) || (HID_Handle->fifo.buf == NULL))
usbh_hid_keybd.c:402USBH_HID_KeybdDecode()
if (USBH_HID_FifoRead(&HID_Handle->fifo, &keybd_report_data, HID_Handle->length) == HID_Handle->length)
usbh_hid_mouse.c:209USBH_HID_MouseInit()
USBH_HID_FifoInit(&HID_Handle->fifo, phost->device.Data, (uint16_t)(HID_QUEUE_SIZE * sizeof(mouse_report_data)));
usbh_hid_mouse.c:243USBH_HID_MouseDecode()
if ((HID_Handle->length == 0U) || (HID_Handle->fifo.buf == NULL))
usbh_hid_mouse.c:248USBH_HID_MouseDecode()
if (USBH_HID_FifoRead(&HID_Handle->fifo, &mouse_report_data, HID_Handle->length) == HID_Handle->length)

Data Use

Functions reading _HID_Process::fifo
_HID_Process::fifo
Type of _HID_Process::fifo
_HID_Process::fifo
all items filtered out