|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
#include <stdint.h>#include <zephyr/kernel.h>#include <zephyr/device.h>#include <zephyr/drivers/i3c.h>#include <zephyr/pmci/mctp/mctp_i3c_common.h>#include <libmctp.h>Go to the source code of this file.
Data Structures | |
| struct | mctp_binding_i3c_target |
| An MCTP binding for Zephyr's I3C target interface using GPIO. More... | |
Macros | |
| #define | MCTP_I3C_TARGET_DT_DEFINE(_name, _node_id) |
| INTERNAL_HIDDEN. | |
| #define MCTP_I3C_TARGET_DT_DEFINE | ( | _name, | |
| _node_id ) |
INTERNAL_HIDDEN.
Define a MCTP bus binding for I3C target mode using IBI for signaling
| _name | Symbolic name of the bus binding variable |
| _node_id | DeviceTree Node containing the configuration of this MCTP binding |