|
inlinestatic |
Waits until data is available in the receive FIFO, with timeout Polls IsRxfEmpty() until it returns false. If maxPolls is non-zero and reached first, the function returns false to signal timeout.
| maxPolls | Maximum number of polling iterations while FIFO is empty (0 for infinite wait) |