nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ data_fifo_block_free()

void data_fifo_block_free ( struct data_fifo data_fifo,
void *  data 
)

#include <include/data_fifo.h>

Free the data block after reading.

Read has finished in the given data block.

Parameters
data_fifoPointer to the data_fifo structure.
dataPointer to the memory area which is to be freed.