|
OpenBIC
OpenSource Bridge-IC
|
#include <zephyr.h>#include <stdio.h>#include <string.h>#include <logging/log.h>#include "libutil.h"#include "cmsis_os.h"#include "hal_gpio.h"#include "plat_gpio.h"#include "plat_isr.h"#include "plat_class.h"
Macros | |
| #define | gpio_name_to_num(x) #x, |
Functions | |
| LOG_MODULE_REGISTER (plat_gpio) | |
| void | init_board_rev_gpio () |
| void | update_gpio_cfg_name () |
| bool | pal_load_gpio_config (void) |
| int | get_cxl_ioexp_alert_pin (uint8_t cxl_id, uint8_t *alert_pin) |
Variables | |
| char * | gpio_name [] |
| char * | update_gpio_name [] |
| GPIO_CFG | plat_gpio_cfg [] |
| GPIO_CFG | update_gpio_cfg [] |
| #define gpio_name_to_num | ( | x | ) | #x, |
| int get_cxl_ioexp_alert_pin | ( | uint8_t | cxl_id, |
| uint8_t * | alert_pin | ||
| ) |
| void init_board_rev_gpio | ( | ) |
| LOG_MODULE_REGISTER | ( | plat_gpio | ) |
| bool pal_load_gpio_config | ( | void | ) |

| void update_gpio_cfg_name | ( | ) |

| char* gpio_name[] |
| GPIO_CFG plat_gpio_cfg[] |
| GPIO_CFG update_gpio_cfg[] |
| char* update_gpio_name[] |