nRF5 SDK  v15.3.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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: