![]() |
nRF5 SDK
v13.0.0
|
Choose documentation: | nRF5 SDK | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
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. | |
Serial port context. Contains all data structures that need to be stored in RAM memory.