23#define TEMP_STATUS_H_LIMIT BIT(4)
24#define TEMP_STATUS_L_LIMIT BIT(3)
25#define TEMP_STATUS_OPEN BIT(2)
26#define TEMP_LIMIT_STATUS (TEMP_STATUS_H_LIMIT | TEMP_STATUS_L_LIMIT)
27#define H_LIMIT_STATUS 0x35
28#define L_LIMIT_STATUS 0x36
uint8_t sensor_num
Definition: storage_handler.h:6
Definition: plat_hook.h:252
uint8_t index
Definition: plat_hook.h:253
uint8_t * sensor_name
Definition: plat_hook.h:255
uint8_t sensor_id
Definition: plat_hook.h:254