|
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.