![]() |
ISF
1.1
Intelligent Sensing Framework
|
This structure defines the I2C bus register information. More...
#include <isf_i2cconf_types.h>
Data Fields | |
volatile i2c_RegLayout_t * | regBase |
volatile uint8 * | pinMuxReg |
volatile uint16 * | gpioReg |
volatile uint8 * | stopFCReg |
volatile uint8 * | runReg |
int8 * | pBusName |
uint8 | pinConfig |
uint8 | pinMaskVal |
uint16 | gpioConfig |
uint16 | gpioMaskVal |
uint8 | vectorNumber |
This structure defines the I2C bus register information.
Definition at line 42 of file isf_i2cconf_types.h.
The GPIO configuration value for SCL1 and SDA1.
Definition at line 51 of file isf_i2cconf_types.h.
The GPIO mask value.
Definition at line 52 of file isf_i2cconf_types.h.
The GPIO enable/disable register.
Definition at line 45 of file isf_i2cconf_types.h.
The bus name.
Definition at line 48 of file isf_i2cconf_types.h.
The pin configuration value for selecting different pins for SCL1 and SDA1.
Definition at line 49 of file isf_i2cconf_types.h.
The pin mask value.
Definition at line 50 of file isf_i2cconf_types.h.
The pin muxing register.
Definition at line 44 of file isf_i2cconf_types.h.
volatile i2c_RegLayout_t* regBase |
The base address of the registers.
Definition at line 43 of file isf_i2cconf_types.h.
The peripheral clock register for RUN mode.
Definition at line 47 of file isf_i2cconf_types.h.
The peripheral clock register for STOPfc mode.
Definition at line 46 of file isf_i2cconf_types.h.
The vector number of the I2C master.
Definition at line 53 of file isf_i2cconf_types.h.