IRPyro Micro controller template only
Routines to enable the MCU to use the USART and the I2C
|
Data structure to group the I2C configuration values. More...
Data Structures | |
struct | I2C_Config |
IRPyro Analog Front End (AFE) register structure definition More... | |
Typedefs | |
typedef struct I2C_Config | I2C_Config_Type |
Enumerations | |
enum | Status { Error = 0, Success = !Error } |
Data structure to group the I2C configuration values.
* This structure is accessed by i2c_Write and i2c_Read *
typedef struct I2C_Config I2C_Config_Type |
enum Status |
Enumerator | |
---|---|
Error | |
Success |
Definition at line 137 of file Micro_controller_template.c.