* @brief Force hold all digital(VDD3P3_CPU) and rtc(VDD3P3_RTC) gpio pads. * @note GPIO force hold, whether the chip in sleep mode or wakeup mode. */ static inline void gpio_ll_force_hold_all(void) @@ -464,15 +464,15 @@ static inline void gpio_ll_force_hold_all(void) }...
gpio_partialremap1_tim3 是在某些微控制器(如STM32系列)中用于配置GPIO(通用输入输出)引脚的一种特定映射功能。STM32微控制器支持多种GPIO复用功能,允许GPIO引脚被重新配置为其他外设的输入/输出端口,比如定时器(TIM)、串行通信接口(USART)、SPI等。gpio_partialremap1_tim3特指对TIM3定时器进行部分重映射的功能...
1 parent 8d55446 commit 6495eb3 Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 Makefile Original file line numberDiff line numberDiff line change @@ -1,7 +1,7 @@ PWD := $(shell pwd) KVERSION...