OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <string.h>
#include "sensor.h"
#include "ast_adc.h"
#include "plat_sensor_table.h"
#include "plat_class.h"
#include "plat_i2c.h"
#include "plat_hook.h"
#include "plat_power_seq.h"
#include "plat_m2.h"
#include <logging/log.h>
Macros | |
#define | CONFIG_ISL69260 false |
Functions | |
LOG_MODULE_REGISTER (plat_sensor_table) | |
void | load_sensor_config (void) |
void | pal_fix_sensor_config () |
Variables | |
sensor_cfg | plat_sensor_config [] |
const int | SENSOR_CONFIG_SIZE = ARRAY_SIZE(plat_sensor_config) |
sensor_cfg | e1s_adc_sensor [] |
#define CONFIG_ISL69260 false |
void load_sensor_config | ( | void | ) |
LOG_MODULE_REGISTER | ( | plat_sensor_table | ) |
void pal_fix_sensor_config | ( | ) |
sensor_cfg e1s_adc_sensor[] |
sensor_cfg plat_sensor_config[] |
const int SENSOR_CONFIG_SIZE = ARRAY_SIZE(plat_sensor_config) |