nrfx 3.3
Data Fields
nrfx_uarte_rx_cache_t Struct Reference

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.
 

Detailed Description

Structure used internally to handle reception through cache buffers.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated