Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
i3c_target_config Struct Reference

Structure describing a device that supports the I3C target API. More...

#include <target_device.h>

Data Fields

const struct i3c_target_callbackscallbacks
 Callback functions.

Detailed Description

Structure describing a device that supports the I3C target API.

Instances of this are passed to the i3c_target_register() and i3c_target_unregister() functions to indicate addition and removal of a target device, respective.

Fields must be initialized by the module that implements the device behavior prior to passing the object reference to i3c_target_register().

Field Documentation

◆ callbacks

const struct i3c_target_callbacks* i3c_target_config::callbacks

Callback functions.


The documentation for this struct was generated from the following file: