|
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"#include <logging/log.h>
Macros | |
| #define | gpio_name_to_num(x) #x, |
Functions | |
| LOG_MODULE_REGISTER (gpio) | |
| bool | pal_load_gpio_config (void) |
| void | enable_PRDY_interrupt () |
| void | disable_PRDY_interrupt () |
| void | enable_UV_detect_interrupt () |
| void | disable_UV_detect_interrupt () |
| void | enable_SYS_Throttle_interrupt () |
| void | disable_SYS_Throttle_interrupt () |
| uint8_t | get_exported_gpio_num (uint8_t internal_gpio_num) |
Variables | |
| char * | gpio_name [] |
| GPIO_CFG | plat_gpio_cfg [] |
| uint8_t | gpio_align_t [] |
| int | gpio_align_table_length = sizeof(gpio_align_t) |
| #define gpio_name_to_num | ( | x | ) | #x, |
| void disable_PRDY_interrupt | ( | ) |

| void disable_SYS_Throttle_interrupt | ( | ) |

| void disable_UV_detect_interrupt | ( | ) |

| void enable_PRDY_interrupt | ( | ) |

| void enable_SYS_Throttle_interrupt | ( | ) |

| void enable_UV_detect_interrupt | ( | ) |

| uint8_t get_exported_gpio_num | ( | uint8_t | internal_gpio_num | ) |
| LOG_MODULE_REGISTER | ( | gpio | ) |
| bool pal_load_gpio_config | ( | void | ) |
| uint8_t gpio_align_t[] |
| int gpio_align_table_length = sizeof(gpio_align_t) |
| char* gpio_name[] |
| GPIO_CFG plat_gpio_cfg[] |