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

◆ data_fifo_uninit()

int data_fifo_uninit ( struct data_fifo data_fifo)

#include <include/data_fifo.h>

Deinitialize data_fifo.

Note
data_fifo is emptied first, so it is the user's responsibility to release any data items it has queued. The internal slab and message buffer are not released.
Parameters
data_fifoPointer to the data_fifo structure.
Return values
0if success, error otherwise.