|
Ares LoRa Firmware
|
Serial transfer layer common internals. More...
#include <serial_backend.h>
Data Fields | |
| const struct device * | dev |
| serial_transport_handler_t | handler |
| void * | context |
| bool | block_tx |
| atomic_t | block_no_usb |
Serial transfer layer common internals.
| atomic_t serial_uart_common::block_no_usb |
Flag indicating if Tx should block if there is no host.
| bool serial_uart_common::block_tx |
Flag indicating if TX should be blocking.
| void* serial_uart_common::context |
Transport event context.
| const struct device* serial_uart_common::dev |
Pointer to device instance.
| serial_transport_handler_t serial_uart_common::handler |
Transport layer event handler.