OpenBIC
OpenSource Bridge-IC
plat_sys.c File Reference
#include "plat_sys.h"
#include "util_sys.h"
#include "hal_gpio.h"
#include "plat_gpio.h"
#include "hal_i2c.h"
#include "plat_i2c.h"
Include dependency graph for plat_sys.c:

Macros

#define BMC_INTERFACE_PRSNT_BIT   BIT(4)
 

Functions

void BMC_reset_handler ()
 
 K_WORK_DELAYABLE_DEFINE (BMC_reset_work, BMC_reset_handler)
 
int pal_submit_bmc_cold_reset ()
 
uint8_t pal_get_bmc_interface ()
 

Macro Definition Documentation

◆ BMC_INTERFACE_PRSNT_BIT

#define BMC_INTERFACE_PRSNT_BIT   BIT(4)

Function Documentation

◆ BMC_reset_handler()

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

◆ K_WORK_DELAYABLE_DEFINE()

K_WORK_DELAYABLE_DEFINE ( BMC_reset_work  ,
BMC_reset_handler   
)

◆ pal_get_bmc_interface()

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

◆ pal_submit_bmc_cold_reset()

int pal_submit_bmc_cold_reset ( )