USBD_CDC_HandleTypeDef::TxState is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_CDC_HandleTypeDef::TxState field

Syntax

__IO uint32_t TxState;

References

LocationReferrerText
usbd_cdc.h:127
__IO uint32_t TxState;
usbd_cdc.c:357USBD_CDC_Init()
hcdc->TxState = 0U;
usbd_cdc.c:559USBD_CDC_DataIn()
hcdc->TxState = 0U;
usbd_cdc.c:830USBD_CDC_TransmitPacket()
if (hcdc->TxState == 0U)
usbd_cdc.c:833USBD_CDC_TransmitPacket()
hcdc->TxState = 1U;

Data Use

Functions writing USBD_CDC_HandleTypeDef::TxState
Functions reading USBD_CDC_HandleTypeDef::TxState
USBD_CDC_HandleTypeDef::TxState
all items filtered out
Type of USBD_CDC_HandleTypeDef::TxState
USBD_CDC_HandleTypeDef::TxState
uint32_t
all items filtered out