From 12ef59c562f0bfa5b7f9f4ac808a7d340adab9de Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 11 三月 2024 14:20:43 +0800 Subject: [PATCH] 微功率版本 --- Src/decadriver/deca_regs.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/decadriver/deca_regs.h b/Src/decadriver/deca_regs.h index a9bbcb1..1fe6fca 100644 --- a/Src/decadriver/deca_regs.h +++ b/Src/decadriver/deca_regs.h @@ -655,6 +655,7 @@ #define GPIO_MSGP7_MASK 0x00300000UL /* Mode Selection for SYNC/GPIO7 */ #define GPIO_MSGP8_MASK 0x00C00000UL /* Mode Selection for IRQ/GPIO8 */ +#define GPIO_PIN4_EXTPA 0x00004000UL /* The pin operates as the EXTPA output */ #define GPIO_PIN5_EXTTXE 0x00010000UL /* The pin operates as the EXTTXE output */ #define GPIO_PIN6_EXTRXE 0x00040000UL /* The pin operates as the EXTRXE output */ -- Gitblit v1.9.3