![]() |
i3c
Vitis Drivers API Documentation
|
You can refer to the below stated example applications for more details on how to use i3c driver.
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.
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.
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.