[feat][glb] add qdec led gpio_fun type

This commit is contained in:
jzlv 2021-07-26 10:45:17 +08:00
parent 56dca947fe
commit 291ab32674

View file

@ -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;