FIFO_TypeDef::buf is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

FIFO_TypeDef::buf field

Syntax

uint8_t *buf;

References

LocationReferrerText
usbh_hid.h:200
uint8_t *buf;
usbh_hid.c:472USBH_HID_Process()
if ((HID_Handle->DataReady == 0U) && (XferSize != 0U) && (HID_Handle->fifo.buf != NULL))
usbh_hid.c:826USBH_HID_FifoInit()
f->buf = buf;
usbh_hid.c:852USBH_HID_FifoRead()
*p++ = f->buf[f->tail];
usbh_hid.c:902USBH_HID_FifoWrite()
f->buf[f->head] = *p++;
usbh_hid_keybd.c:396USBH_HID_KeybdDecode()
if ((HID_Handle->length == 0U) || (HID_Handle->fifo.buf == NULL))
usbh_hid_mouse.c:243USBH_HID_MouseDecode()
if ((HID_Handle->length == 0U) || (HID_Handle->fifo.buf == NULL))

Data Use

Functions writing FIFO_TypeDef::buf
Functions reading FIFO_TypeDef::buf
all items filtered out
FIFO_TypeDef::buf
Type of FIFO_TypeDef::buf
FIFO_TypeDef::buf
uint8_t
all items filtered out