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.
- components/libraries/serial/nrf_serial.h