mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-08 05:48:28 +00:00
[feat][glb] add qdec led gpio_fun type
This commit is contained in:
parent
56dca947fe
commit
291ab32674
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,7 @@ typedef enum {
|
|||
GPIO_FUN_ETHER_MAC = 19,
|
||||
GPIO_FUN_EMAC = 19,
|
||||
GPIO_FUN_QDEC = 20,
|
||||
GPIO_FUN_QDEC_LED = 24,
|
||||
GPIO_FUN_KEY_SCAN_IN = 21,
|
||||
GPIO_FUN_KEY_SCAN_ROW = 21,
|
||||
GPIO_FUN_KEY_SCAN_DRIVE = 22,
|
||||
|
@ -170,6 +171,7 @@ typedef enum {
|
|||
GPIO_FUN_UART1_CTS = 0x75,
|
||||
GPIO_FUN_UART1_TX = 0x76,
|
||||
GPIO_FUN_UART1_RX = 0x77,
|
||||
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