USBD_HID_StateTypeDef::USBD_HID_IDLE is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_HID_StateTypeDef::USBD_HID_IDLE

Syntax

USBD_HID_IDLE = 0;

References

LocationReferrerText
usbd_hid.h:81
USBD_HID_IDLE = 0,
usbd_hid.c:314USBD_HID_Init()
hhid->state = USBD_HID_IDLE;
usbd_hid.c:506USBD_HID_SendReport()
if (hhid->state == USBD_HID_IDLE)
usbd_hid.c:618USBD_HID_DataIn()

Data Use

Functions using USBD_HID_StateTypeDef::USBD_HID_IDLE
USBD_HID_StateTypeDef::USBD_HID_IDLE