i3c
Vitis Drivers API Documentation
Examples

You can refer to the below stated example applications for more details on how to use i3c driver.

xi3c_polled_example.c

Contains an example on how to use the XI3c driver directly. This example performs the writes/reads in polled mode using the driver.

For details, see xi3c_polled_example.c.

xi3c_intr_example.c

Contains an example on how to use the XI3c driver directly. This example performs the writes/reads in interrupt mode using the driver.

For details, see xi3c_intr_example.c.

xi3c_daa_example.c

Contains an example on how to use the XI3c driver directly. This example performs the dynamic address assignment and writes/reads in polled mode using the driver.

For details, see xi3c_intr_example.c.