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

_HID_Process::length field

Syntax

uint16_t length;

References

LocationReferrerText
usbh_hid.h:219
uint16_t length;
usbh_hid.c:195USBH_HID_InterfaceInit()
HID_Handle->length = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_hid.c:408USBH_HID_Process()
status = USBH_HID_GetReport(phost, 0x01U, 0U, HID_Handle->pData, (uint8_t)HID_Handle->length);
usbh_hid.c:459USBH_HID_Process()
(uint8_t)HID_Handle->length,
usbh_hid.c:474USBH_HID_Process()
(void)USBH_HID_FifoWrite(&HID_Handle->fifo, HID_Handle->pData, HID_Handle->length);
usbh_hid_keybd.c:347USBH_HID_KeybdInit()
if (HID_Handle->length > (sizeof(keybd_report_data)))
usbh_hid_keybd.c:349USBH_HID_KeybdInit()
HID_Handle->length = (uint16_t)(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:197USBH_HID_MouseInit()
if (HID_Handle->length > sizeof(mouse_report_data))
usbh_hid_mouse.c:199USBH_HID_MouseInit()
HID_Handle->length = (uint16_t)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 writing _HID_Process::length
Functions reading _HID_Process::length
_HID_Process::length
Type of _HID_Process::length
_HID_Process::length
uint16_t
all items filtered out