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

_HID_Process::pData field

Syntax

uint8_t *pData;

References

LocationReferrerText
usbh_hid.h:218
uint8_t *pData;
usbh_hid.c:408USBH_HID_Process()
status = USBH_HID_GetReport(phost, 0x01U, 0U, HID_Handle->pData, (uint8_t)HID_Handle->length);
usbh_hid.c:458USBH_HID_Process()
(void)USBH_InterruptReceiveData(phost, HID_Handle->pData,
usbh_hid.c:474USBH_HID_Process()
(void)USBH_HID_FifoWrite(&HID_Handle->fifo, HID_Handle->pData, HID_Handle->length);
usbh_hid_keybd.c:352USBH_HID_KeybdInit()
HID_Handle->pData = keybd_rx_report_buf;
usbh_hid_mouse.c:201USBH_HID_MouseInit()
HID_Handle->pData = mouse_rx_report_buf;

Data Use

Functions writing _HID_Process::pData
Functions reading _HID_Process::pData
_HID_Process::pData
all items filtered out
Type of _HID_Process::pData
_HID_Process::pData
uint8_t
all items filtered out