nrfxlib API 2.8.99
|
bool nrf_gzll_flush_tx_fifo | ( | uint32_t | pipe | ) |
#include <gzll/include/nrf_gzll.h>
Flush the RX FIFO for a specific pipe.
Delete all the packets and free the memory of the TX FIFO for a specific pipe.
Note that it is not allowed to flush a TX FIFO when Gazell is enabled.
pipe | is the pipe for which to flush. This value must be < NRF_GZLL_CONST_PIPE_COUNT. |
true | if the pipe was flushed. |
false | if the pipe was not flushed. |