![]() |
![]() |
I2CSlave Global configuration. More...
#include <I2CSlave.h>
Data Fields | |
| I2CSlave_FxnTable const * | fxnTablePtr |
| void * | object |
| void const * | hwAttrs |
I2CSlave Global configuration.
The I2CSlave_Config structure contains a set of pointers used to characterize the I2CSlave driver implementation.
This structure needs to be defined before calling I2CSlave_init() and it must not be changed thereafter.
| I2CSlave_FxnTable const* I2CSlave_Config_::fxnTablePtr |
Pointer to a table of driver-specific implementations of I2CSlave APIs
| void* I2CSlave_Config_::object |
Pointer to a driver specific data object
| void const* I2CSlave_Config_::hwAttrs |
Pointer to a driver specific hardware attributes structure