#include <drivers/espi.h>
Go to the source code of this file.
◆ AST_ESPI_BASE
| #define AST_ESPI_BASE 0x7E6EE000 |
◆ AST_ESPI_GPIO_DIR
| #define AST_ESPI_GPIO_DIR 0xC0 |
◆ AST_ESPI_GPIO_VAL
| #define AST_ESPI_GPIO_VAL 0x9C |
◆ AST_ESPI_SYSEVT
| #define AST_ESPI_SYSEVT 0x98 |
◆ VW_GPIO_DISABLE
| #define VW_GPIO_DISABLE false |
◆ VW_GPIO_ENABLE
| #define VW_GPIO_ENABLE true |
◆ vw_gpio
◆ vw_gpio_direction
| Enumerator |
|---|
| VW_GPIO_OUTPUT | |
| VW_GPIO_INPUT | |
◆ vw_gpio_value
| Enumerator |
|---|
| VW_GPIO_LOW | |
| VW_GPIO_HIGH | |
| VW_GPIO_UNKNOWN | |
◆ vw_gpio_get()
| bool vw_gpio_get |
( |
int |
number, |
|
|
uint8_t * |
value |
|
) |
| |
◆ vw_gpio_init()
| bool vw_gpio_init |
( |
vw_gpio * |
config, |
|
|
uint8_t |
size |
|
) |
| |
◆ vw_gpio_reset()
| void vw_gpio_reset |
( |
void |
| ) |
|
◆ vw_gpio_set()
| bool vw_gpio_set |
( |
int |
number, |
|
|
uint8_t |
value |
|
) |
| |