SaturnRingLibrary 0.9.2
SGL wrapper
Loading...
Searching...
No Matches

◆ IsTxeFull()

bool SRL::DevCart::CS0::IsTxeFull ( )
inlinestatic

Checks if the Transmit FIFO Empty (Txe) flag is set Reads the UsbFlags register and tests the Txe bit. When the Txe bit is set, the transmit FIFO is full and cannot accept new data. The function name IsTxeFull is accurate in this context, though Txe often means "Transmit Empty" in other hardware.

Returns
true If Txe is set (FIFO is full), false otherwise