mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 21:29:17 +00:00
[feat][gpio] add gpio wakeup fun and delete unused gpio pin
This commit is contained in:
parent
93c8f3dd23
commit
b95b3c02dd
1 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue