Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Go to the source code of this file.
Data Structures | |
struct | mctp_binding_uart |
An MCTP binding for Zephyr's asynchronous UART interface. More... | |
Macros | |
#define | MCTP_UART_DT_DEFINE(_name, _dev) |
INTERNAL_HIDDEN. | |
Functions | |
void | mctp_uart_start_rx (struct mctp_binding_uart *uart) |
Start the receive of a single mctp message. | |
#define MCTP_UART_DT_DEFINE | ( | _name, | |
_dev ) |
INTERNAL_HIDDEN.
Statically define a MCTP bus binding for a UART
_name | Symbolic name of the bus binding variable |
_dev | UART device |
void mctp_uart_start_rx | ( | struct mctp_binding_uart * | uart | ) |
Start the receive of a single mctp message.
Will read a single mctp message from the uart.
uart | MCTP UART binding |