![]() |
nrfx 4.5.0
|
Structure used internally to handle reception through cache buffers. More...
#include <nrfx_uarte.h>
Data Fields | |
| nrfy_uarte_buffer_t | user [2] |
| User buffers. | |
| nrfy_uarte_buffer_t | cache [2] |
| Cache buffers. | |
| size_t | cache_len |
| Single cache buffer length. | |
| size_t | started |
| Used for tracking progress of the current user buffer. | |
| size_t | received |
| Amount of received data in the current user buffer. | |
| uint8_t | idx |
| Used for determining which cache buffer to use. | |
| bool | buf_req |
| Flag indicate that next user buffer should be requested. | |
Structure used internally to handle reception through cache buffers.