OpenBIC
OpenSource Bridge-IC
plat_sdr_table.c File Reference
#include "plat_sdr_table.h"
#include <stdio.h>
#include <string.h>
#include "sdr.h"
#include "sensor.h"
#include "plat_class.h"
#include "plat_ipmb.h"
#include "plat_sensor_table.h"
Include dependency graph for plat_sdr_table.c:

Functions

uint8_t pal_get_extend_sdr ()
 
void pal_extend_full_sdr_table ()
 
void load_sdr_table (void)
 

Variables

SDR_Full_sensor plat_sdr_table []
 
SDR_Full_sensor plat_hsc_sdr_table []
 
SDR_Full_sensor evt2_extand_sdr_table []
 
const int SDR_TABLE_SIZE = ARRAY_SIZE(plat_sdr_table)
 
const int HSC_SDR_TABLE_SIZE = ARRAY_SIZE(plat_hsc_sdr_table)
 
const int EVT2_EXTAND_SDR_TABLE_SIZE = ARRAY_SIZE(evt2_extand_sdr_table)
 

Function Documentation

◆ load_sdr_table()

void load_sdr_table ( void  )
Here is the call graph for this function:

◆ pal_extend_full_sdr_table()

void pal_extend_full_sdr_table ( void  )
Here is the call graph for this function:

◆ pal_get_extend_sdr()

uint8_t pal_get_extend_sdr ( )
Here is the call graph for this function:

Variable Documentation

◆ evt2_extand_sdr_table

SDR_Full_sensor evt2_extand_sdr_table[]

◆ EVT2_EXTAND_SDR_TABLE_SIZE

const int EVT2_EXTAND_SDR_TABLE_SIZE = ARRAY_SIZE(evt2_extand_sdr_table)

◆ HSC_SDR_TABLE_SIZE

const int HSC_SDR_TABLE_SIZE = ARRAY_SIZE(plat_hsc_sdr_table)

◆ plat_hsc_sdr_table

SDR_Full_sensor plat_hsc_sdr_table[]

◆ plat_sdr_table

SDR_Full_sensor plat_sdr_table[]

◆ SDR_TABLE_SIZE

const int SDR_TABLE_SIZE = ARRAY_SIZE(plat_sdr_table)