![]() |
ISF
1.1
Intelligent Sensing Framework
|
This structure defines the I2C register layout. The layout of the register is the same for similar types of masters such as the I2C master in FXLC95000CL. More...
#include <isf_i2cconf_types.h>
Data Fields | |
volatile IICA1STR | addressReg |
volatile IICFSTR | frequencyReg |
volatile IICC1STR | ctrl1Reg |
volatile IICSSTR | statusReg |
volatile IICDSTR | dataReg |
volatile IICC2STR | ctrl2Reg |
volatile IICFLTSTR | filterReg |
This structure defines the I2C register layout. The layout of the register is the same for similar types of masters such as the I2C master in FXLC95000CL.
Definition at line 27 of file isf_i2cconf_types.h.
volatile IICA1STR addressReg |
The address register.
Definition at line 29 of file isf_i2cconf_types.h.
The control one register.
Definition at line 31 of file isf_i2cconf_types.h.
The control two register.
Definition at line 34 of file isf_i2cconf_types.h.
The data register.
Definition at line 33 of file isf_i2cconf_types.h.
The filter register.
Definition at line 35 of file isf_i2cconf_types.h.
volatile IICFSTR frequencyReg |
The frequency divider register.
Definition at line 30 of file isf_i2cconf_types.h.
The status register.
Definition at line 32 of file isf_i2cconf_types.h.