C
#define USBUSARTIsTxTrfReady (cdc_trf_state == CDC_TX_READY)
Description
This macro is used to check if the CDC class is ready to send more data.
Typical Usage:
if(USBUSARTIsTxTrfReady()) { putrsUSBUSART("Hello World"); }
Preconditions
None
Remarks
None
MCHPFSUSB Device Library > Function Drivers > Communication Device Class (CDC) > Public API Members > Functions and Macros > USBUSARTIsTxTrfReady Macro