nrfxlib API 2.8.99
|
bool nrf_gzll_flush_rx_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 RX FIFO for a specific pipe.
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. |