#include <stdint.h>
#include "plat_user_setting.h"
Go to the source code of this file.
◆ H_LIMIT_STATUS
| #define H_LIMIT_STATUS 0x35 |
◆ L_LIMIT_STATUS
| #define L_LIMIT_STATUS 0x36 |
◆ TEMP_LIMIT_STATUS
◆ TEMP_STATUS_H_LIMIT
| #define TEMP_STATUS_H_LIMIT BIT(4) |
◆ TEMP_STATUS_L_LIMIT
| #define TEMP_STATUS_L_LIMIT BIT(3) |
◆ TEMP_STATUS_OPEN
| #define TEMP_STATUS_OPEN BIT(2) |
◆ temp_mapping_sensor
◆ get_thermal_limit_status_val_for_log()
| uint8_t get_thermal_limit_status_val_for_log |
( |
uint8_t |
sensor_num | ) |
|
◆ get_thermal_status_val_for_log()
| uint8_t get_thermal_status_val_for_log |
( |
uint8_t |
sensor_num | ) |
|
◆ init_thermal_polling()
| void init_thermal_polling |
( |
void |
| ) |
|
◆ plat_clear_temp_status()
| bool plat_clear_temp_status |
( |
uint8_t |
rail | ) |
|
◆ plat_get_temp_status()
| bool plat_get_temp_status |
( |
uint8_t |
rail, |
|
|
uint8_t * |
temp_status |
|
) |
| |
◆ temp_index_table