SDAA062 September 2025 TMS320F28P559SJ-Q1
This function is called by the CDC driver to query the events related to operation of the receive data channel (the OUT channel carrying data from the USB host). The CDC driver fills the SCI FIFO once USB_EVENT_RX_AVAILABLE event occurs. The return code 1 indicates that SCI is in the transmission process. The return code 0 indicates that SCI is currently idle.
| Input Variables | Description |
|---|---|
| pvCBData | Customized callback pointer for this channel. |
| ui32Event | Identifies the event that is causing the notifications. |
| ui32MsgValue | Event-specific value. |
| pvMsgData | Event-specific pointer. |