nRF5 SDK v15.0.0
Data Fields
nrf_serial_ctx_t Struct Reference

Serial port context. Contains all data structures that need to be stored in RAM memory. More...

#include <nrf_serial.h>

Data Fields

nrf_serial_config_t const * p_config
 Serial port configuration.
 
nrf_mtx_t write_lock
 Write operation lock.
 
nrf_mtx_t read_lock
 Read operation lock.
 
uint8_t flags
 Transmitter/receiver enable flags.
 

Detailed Description

Serial port context. Contains all data structures that need to be stored in RAM memory.


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

Documentation feedback | Developer Zone | Subscribe | Updated