[feat][gpio] add gpio wakeup fun and delete unused gpio pin

This commit is contained in:
qqwang 2021-08-05 17:58:06 +08:00
parent 93c8f3dd23
commit b95b3c02dd

View file

@ -104,12 +104,6 @@ typedef enum {
GLB_GPIO_PIN_29,
GLB_GPIO_PIN_30,
GLB_GPIO_PIN_31,
GLB_GPIO_PIN_32,
GLB_GPIO_PIN_33,
GLB_GPIO_PIN_34,
GLB_GPIO_PIN_35,
GLB_GPIO_PIN_36,
GLB_GPIO_PIN_37,
GLB_GPIO_PIN_MAX,
} GLB_GPIO_Type;
@ -171,6 +165,7 @@ typedef enum {
GPIO_FUN_UART1_CTS = 0x75,
GPIO_FUN_UART1_TX = 0x76,
GPIO_FUN_UART1_RX = 0x77,
GPIO_FUN_WAKEUP = 254,
GPIO_FUN_LP_WAKEUP_DUMMY = 254,
GPIO_FUN_UNUSED = 255
} GLB_GPIO_FUNC_Type;