Serial transport layer header.
More...
#include <serial/serial.h>
#include <serial/serial_common.h>
#include <zephyr/sys/ring_buffer.h>
Go to the source code of this file.
Serial transport layer header.
- Date
- 3/20/26
- Author
- Tom Schmitz <tschm.nosp@m.itz@.nosp@m.andre.nosp@m.w.cm.nosp@m.u.edu>
◆ SERIAL_UART_DEFINE
| #define SERIAL_UART_DEFINE |
( |
| _name | ) |
|
Value:
const struct ares_serial_transport_api ares_serial_uart_transport_api
#define SERIAL_UART_STRUCT
Definition serial_backend.h:98
Transfer interface.
Definition serial.h:151
Macro for creating a serial transport instance.
- Parameters
-
◆ SERIAL_UART_STRUCT
Serial transport implementation struct.
◆ ares_serial_backend_uart_get_ptr()
| const struct ares_serial * ares_serial_backend_uart_get_ptr |
( |
void | | ) |
|
Provides pointer to the ares_serial backend instance.
- Returns
- Pointer to the backend serial instance.
◆ ares_serial_uart_transport_api