66 uint32_t *millidegree_celsius);
68 uint32_t *millidegree_celsius);
bool tmp432_get_temp_status(sensor_cfg *cfg, uint8_t *temp_status)
Definition: tmp431.c:333
TMP431_REIGSTER_MAP
Definition: tmp431.h:32
@ TMP432_REMOTE_1_LOW_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:52
@ REMOTE_TEMPERATURE_2_HIGH_BYTE
Definition: tmp431.h:38
@ TMP432_LOCAL_LOW_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:46
@ TMP432_REMOTE_1_HIGH_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:48
@ REMOTE_TEMPERATURE_2_LOW_BYTE
Definition: tmp431.h:39
@ LOCAL_TEMPERATURE_LOW_BYTE
Definition: tmp431.h:37
@ TMP432_REMOTE_1_LOW_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:51
@ TMP432_REMOTE_2_THERM_LIMIT_REG
Definition: tmp431.h:62
@ TMP432_REMOTE_2_HIGH_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:54
@ TMP432_REMOTE_2_LOW_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:58
@ TMP432_REMOTE_2_LOW_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:57
@ LOCAL_TEMPERATURE_HIGH_BYTE
Definition: tmp431.h:33
@ TMP432_LOCAL_HIGH_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:43
@ REMOTE_TEMPERATURE_HIGH_BYTE
Definition: tmp431.h:34
@ TMP432_LOCAL_LOW_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:45
@ TMP432_LOCAL_HIGH_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:42
@ TMP432_REMOTE_2_HIGH_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:55
@ TMP432_LOCAL_THERM_LIMIT_REG
Definition: tmp431.h:60
@ TMP432_REMOTE_1_HIGH_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:49
@ TMP432_REMOTE_1_THERM_LIMIT_REG
Definition: tmp431.h:61
@ CONFIGURATION_REGISTER_1
Definition: tmp431.h:35
@ REMOTE_TEMPERATURE_LOW_BYTE
Definition: tmp431.h:36
bool tmp432_get_temp_threshold(sensor_cfg *cfg, uint8_t temp_threshold_index, uint32_t *millidegree_celsius)
Definition: tmp431.c:118
TMP431_CHANNELS
Definition: tmp431.h:25
@ TMP432_REMOTE_TEMPERATRUE_1
Definition: tmp431.h:28
@ TMP432_REMOTE_TEMPERATRUE_2
Definition: tmp431.h:29
@ TMP431_LOCAL_TEMPERATRUE
Definition: tmp431.h:26
@ TMP431_REMOTE_TEMPERATRUE
Definition: tmp431.h:27
bool tmp432_clear_temp_status(sensor_cfg *cfg)
Definition: tmp431.c:354
bool tmp432_set_temp_threshold(sensor_cfg *cfg, uint8_t temp_threshold_index, uint32_t *millidegree_celsius)
Definition: tmp431.c:213