![]() |
nrfxlib API 3.3.99
|
| bool nrf_gzll_ok_to_add_packet_to_tx_fifo | ( | uint32_t | pipe | ) |
#include <gzll/include/nrf_gzll.h>
Check if adding a packet to a pipe's TX FIFO should be successful.
Checks if there is another space in the pipe's TX and RX FIFOs as well as enough overall space in the packet pool.
| pipe | The pip for which to check. This value must be < NRF_GZLL_CONST_PIPE_COUNT. |
| true | If there is another space. |
| false | If there is not enough space, or the pipe is invalid. |