|
OpenBIC
OpenSource Bridge-IC
|
#include <zephyr.h>#include <stdio.h>#include <string.h>#include "cmsis_os.h"#include "hal_gpio.h"#include "plat_gpio.h"#include "plat_isr.h"
Macros | |
| #define | gpio_name_to_num(x) #x, |
Functions | |
| bool | pal_load_gpio_config (void) |
| void | enable_PRDY_interrupt () |
| void | disable_PRDY_interrupt () |
Variables | |
| char * | gpio_name [] |
| GPIO_CFG | plat_gpio_cfg [] |
| #define gpio_name_to_num | ( | x | ) | #x, |
| void disable_PRDY_interrupt | ( | ) |
| void enable_PRDY_interrupt | ( | ) |
| bool pal_load_gpio_config | ( | void | ) |
| char* gpio_name[] |
| GPIO_CFG plat_gpio_cfg[] |