nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_gzll_get_rx_fifo_packet_count()

int32_t nrf_gzll_get_rx_fifo_packet_count ( uint32_t  pipe)

#include <gzll/include/nrf_gzll.h>

Get the number of packets in the RX FIFO on a specific pipe.

Parameters
pipeThe pipe for which to check. This value must be < NRF_GZLL_CONST_PIPE_COUNT.
Return values
>=0The number of packets in the RX FIFO for the pipe.
-1If the pipe number is invalid.