|
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 () |
| void | reset_IOE_INT (void) |
Variables | |
| char * | gpio_name [] |
| GPIO_CFG | plat_gpio_cfg [] |
| IOE_CFG | ioe_cfg [] |
| uint8_t | ioe_list [4] = { ADDR_IOE1, ADDR_IOE2, ADDR_IOE3, ADDR_IOE4 } |
| #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 | ) |

| void reset_IOE_INT | ( | 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[] |