| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Custom I3C configuration parameters. More...
#include <i3c.h>
Data Fields | |
| uint32_t | id | 
| union { | |
| uintptr_t val | |
| void * ptr | |
| }; | |
Custom I3C configuration parameters.
This can be used to configure the I3C hardware on parameters not covered by
| union { ... } i3c_config_custom::@123 | 
| uint32_t i3c_config_custom::id | 
ID of the configuration parameter.
| void* i3c_config_custom::ptr | 
Pointer to configuration parameter.
Mainly used to pointer to a struct that the device driver understands.
| uintptr_t i3c_config_custom::val | 
Value of configuration parameter.