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

◆ WaitTxe()

bool SRL::DevCart::CS0::WaitTxe ( uint32_t maxPolls = 0)
inlinestatic

Waits until the Transmit FIFO is ready, with timeout Polls IsTxeFull() until it returns false. If maxPolls is non-zero and reached first, the function returns false to signal timeout.

Parameters
maxPollsMaximum number of polling iterations while FIFO is full (0 for infinite wait)
Returns
true if FIFO became ready before timeout, false otherwise