67 int32_t *millidegree_celsius);
69 uint32_t *millidegree_celsius);
bool tmp432_get_temp_status(sensor_cfg *cfg, uint8_t *temp_status)
Definition: tmp431.c:388
TMP431_REIGSTER_MAP
Definition: tmp431.h:33
@ TMP432_REMOTE_1_LOW_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:53
@ REMOTE_TEMPERATURE_2_HIGH_BYTE
Definition: tmp431.h:39
@ TMP432_LOCAL_LOW_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:47
@ TMP432_REMOTE_1_HIGH_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:49
@ REMOTE_TEMPERATURE_2_LOW_BYTE
Definition: tmp431.h:40
@ LOCAL_TEMPERATURE_LOW_BYTE
Definition: tmp431.h:38
@ TMP432_REMOTE_1_LOW_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:52
@ TMP432_REMOTE_2_THERM_LIMIT_REG
Definition: tmp431.h:63
@ TMP432_REMOTE_2_HIGH_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:55
@ TMP432_REMOTE_2_LOW_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:59
@ TMP432_REMOTE_2_LOW_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:58
@ LOCAL_TEMPERATURE_HIGH_BYTE
Definition: tmp431.h:34
@ TMP432_LOCAL_HIGH_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:44
@ REMOTE_TEMPERATURE_HIGH_BYTE
Definition: tmp431.h:35
@ TMP432_LOCAL_LOW_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:46
@ TMP432_LOCAL_HIGH_LIMIT_HIGH_BYTE_READ_REG
Definition: tmp431.h:43
@ TMP432_REMOTE_2_HIGH_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:56
@ TMP432_LOCAL_THERM_LIMIT_REG
Definition: tmp431.h:61
@ TMP432_REMOTE_1_HIGH_LIMIT_HIGH_BYTE_WRITE_REG
Definition: tmp431.h:50
@ TMP432_REMOTE_1_THERM_LIMIT_REG
Definition: tmp431.h:62
@ CONFIGURATION_REGISTER_1
Definition: tmp431.h:36
@ REMOTE_TEMPERATURE_LOW_BYTE
Definition: tmp431.h:37
bool tmp432_get_temp_open_status(sensor_cfg *cfg, uint8_t *temp_status)
Definition: tmp431.c:409
bool tmp432_set_therm_hysteresis(sensor_cfg *cfg, uint8_t temp_therm_hysteresis_val)
Definition: tmp431.c:293
bool tmp432_set_thermal_mode(sensor_cfg *cfg)
Definition: tmp431.c:262
TMP431_CHANNELS
Definition: tmp431.h:26
@ TMP432_REMOTE_TEMPERATRUE_1
Definition: tmp431.h:29
@ TMP432_REMOTE_TEMPERATRUE_2
Definition: tmp431.h:30
@ TMP431_LOCAL_TEMPERATRUE
Definition: tmp431.h:27
@ TMP431_REMOTE_TEMPERATRUE
Definition: tmp431.h:28
bool tmp432_get_temp_threshold(sensor_cfg *cfg, uint8_t temp_threshold_index, int32_t *millidegree_celsius)
Definition: tmp431.c:121
bool tmp432_clear_temp_status(sensor_cfg *cfg)
Definition: tmp431.c:431
bool tmp432_set_temp_threshold(sensor_cfg *cfg, uint8_t temp_threshold_index, uint32_t *millidegree_celsius)
Definition: tmp431.c:216