OpenBIC
OpenSource Bridge-IC
|
#include <string.h>
#include <logging/log.h>
#include "util_sys.h"
#include "plat_isr.h"
#include "plat_class.h"
#include "plat_gpio.h"
#include "plat_i2c.h"
Macros | |
#define | gpio_name_to_num(x) #x, |
Functions | |
LOG_MODULE_REGISTER (plat_gpio) | |
bool | pal_load_gpio_config (void) |
int | get_ioe_value (uint8_t ioe_addr, uint8_t ioe_reg, uint8_t *value) |
int | set_ioe_value (uint8_t ioe_addr, uint8_t ioe_reg, uint8_t value) |
void | init_ioe_config () |
int | check_ioe4_e1s_prsnt_pin () |
Variables | |
char * | gpio_name [] |
GPIO_CFG | plat_gpio_cfg [] |
IOE_CFG | ioe_cfg [] |
#define gpio_name_to_num | ( | x | ) | #x, |
int check_ioe4_e1s_prsnt_pin | ( | ) |
int get_ioe_value | ( | uint8_t | ioe_addr, |
uint8_t | ioe_reg, | ||
uint8_t * | value | ||
) |
void init_ioe_config | ( | ) |
LOG_MODULE_REGISTER | ( | plat_gpio | ) |
bool pal_load_gpio_config | ( | void | ) |
int set_ioe_value | ( | uint8_t | ioe_addr, |
uint8_t | ioe_reg, | ||
uint8_t | value | ||
) |
char* gpio_name[] |
IOE_CFG ioe_cfg[] |
GPIO_CFG plat_gpio_cfg[] |