ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
i2c_RegLayout_struct Struct Reference

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

Detailed Description

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.


Field Documentation

volatile IICA1STR addressReg

The address register.

Definition at line 29 of file isf_i2cconf_types.h.

volatile IICC1STR ctrl1Reg

The control one register.

Definition at line 31 of file isf_i2cconf_types.h.

volatile IICC2STR ctrl2Reg

The control two register.

Definition at line 34 of file isf_i2cconf_types.h.

volatile IICDSTR dataReg

The data register.

Definition at line 33 of file isf_i2cconf_types.h.

volatile IICFLTSTR filterReg

The filter register.

Definition at line 35 of file isf_i2cconf_types.h.

The frequency divider register.

Definition at line 30 of file isf_i2cconf_types.h.

volatile IICSSTR statusReg

The status register.

Definition at line 32 of file isf_i2cconf_types.h.


The documentation for this struct was generated from the following file: