![]() |
nRF5 SDK
v14.1.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Read and write position structure. More...
#include <nrf_atfifo.h>
Data Fields | |
uint16_t | wr |
First free space to write the data. | |
uint16_t | rd |
A place after the last data to read. | |
Read and write position structure.
A structure that holds the read and write position used by the FIFO head and tail.