openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
rtm_i2c_mapping.h
Go to the documentation of this file.
1#ifndef RTM_I2C_MAPPING_H_
2#define RTM_I2C_MAPPING_H_
3
4#include "i2c.h"
5
6enum {
11};
12
13#define I2C_CHIP_RTM_CNT 4
14
16
17#endif
#define I2C_CHIP_RTM_CNT
Definition rtm_i2c_mapping.h:13
@ CHIP_ID_RTM_PCA9554
Definition rtm_i2c_mapping.h:7
@ CHIP_ID_RTM_LM75_0
Definition rtm_i2c_mapping.h:9
@ CHIP_ID_RTM_EEPROM
Definition rtm_i2c_mapping.h:8
@ CHIP_ID_RTM_LM75_1
Definition rtm_i2c_mapping.h:10
i2c_chip_mapping_t i2c_chip_rtm_map[I2C_CHIP_RTM_CNT]
Definition rtm_i2c_mapping.c:6
I2C Chips information regarding the bus and slave address.
Definition i2c.h:33