USBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesSTM32_USB_Device_LibraryUSBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable

USBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable field

Syntax

uint32_t IsReportAvailable;

References

LocationReferrerText
usbd_customhid.h:123
uint32_t IsReportAvailable;
usbd_customhid.c:400USBD_CUSTOM_HID_Setup()
hhid->IsReportAvailable = 1U;
usbd_customhid.c:748USBD_CUSTOM_HID_EP0_RxReady()
if (hhid->IsReportAvailable == 1U)
usbd_customhid.c:752USBD_CUSTOM_HID_EP0_RxReady()
hhid->IsReportAvailable = 0U;

Data Use

Functions writing USBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable
Functions reading USBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable
USBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable
all items filtered out
Type of USBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable
USBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable
uint32_t
all items filtered out