因为按钮检测是通过滴答定时器扫描 */. bsp_InitTimer(); /* 初始化滴答定时器 */. bsp_InitUart(); /* 初始化串口 */. bsp_InitExtIO(); /* 初始化FMC总线74HC574扩展IO. 必须在 bsp_InitLed()前执行 */. bsp_InitLed(); /* 初始化LED */.. bsp_InitLPTIMOutPWM(); /* 低功耗定时器PWM...
13. * @brief Adjust the value of External High Speed oscillator (HSE) used in your application. 14. * This value is used by the RCC HAL module to compute the system frequency 15. * (when HSE is used as system clock source, directly or through the PLL). 16. */ 17. #if !defined...
13. * @brief Adjust the value of External High Speed oscillator (HSE) used in your application. 14. * This value is used by the RCC HAL module to compute the system frequency 15. * (when HSE is used as system clock source, directly or through the PLL). 16. */ 17. #if !defined...
108.*/109.110. #ifdef HAL_RCC_MODULE_ENABLED111. #include"stm32h7xx_hal_rcc.h"112.#endif/* HAL_RCC_MODULE_ENABLED */113./*省略未写*/114.115.116./*Exported macro ---*/117. #ifdef USE_FULL_ASSERT118./** 119. * @brief The assert_param macro is used for function's parameters ch...
//#define HAL_DAC_MODULE_ENABLED #defineHAL_CEC_MODULE_ENABLED #defineHAL_CRYP_MODULE_ENABLED #defineHAL_DAC_MODULE_ENABLED #defineHAL_DCMI_MODULE_ENABLED #defineHAL_DMA_MODULE_ENABLED //#define HAL_DMA2D_MODULE_ENABLED //#define HAL_ETH_MODULE_ENABLED ...
*/#defineHAL_MODULE_ENABLED#defineHAL_RCC_MODULE_ENABLED#defineHAL_FLASH_MODULE_ENABLED#defineHAL_CORTEX_MODULE_ENABLED/* ### HSE/HSI Values adaptation ### *//** * @brief Adjust the value of External High Speed oscillator (HSE) used in your application. * This value is used by the RCC...
14#ifdefHAL_GPIO_MODULE_ENABLED 15#includestm32mp1xx_hal_gpio.h () 论坛:/61天猫: Cortex-M4 STM32MP157 () 16#endif/*HAL_GPIO_MODULE_ENABLED*/ 17 18#ifdefHAL_HSEM_MODULE_ENABLED 19#includestm32mp1xx_hal_hsem.h 20#endif/*HAL_HSEM_MODULE_ENABLED*/ 21 22#ifdefHAL_DMA_MODULE_ENABLED...
stm32g0xx_hal_lptim.c Yes Yes No stm32g0xx_hal_msp_template.c Yes Yes Yes stm32g0xx_hal_pwr.c Yes Yes Yes stm32g0xx_hal_pwr_ex.c Yes Yes Yes stm32g0xx_hal_rcc.c Yes Yes Yes stm32g0xx_hal_rcc_ex.c Yes Yes Yes stm32g0xx_hal_rng.c Yes No No stm32g0xx_hal_rtc.c ...
#define __HAL_RCC_LPTIM1_RELEASE_RESET() (RCC->APB1RSTR &= ~(RCC_APB1RSTR_LPTIM1RST)) #endif /* STM32F413xx || STM32F423xx */ #define __HAL_RCC_SPI3_RELEASE_RESET() (RCC->APB1RSTR &= ~(RCC_APB1RSTR_SPI3RST)) -#if defined(STM32F412Zx) || defined(STM32F412V...
voidHAL_DBGMCU_EnableDBGStandbyMode(void); voidHAL_DBGMCU_DisableDBGStandbyMode(void); /** * @} */ /* Exported variables ---*/ /** @addtogroup HAL_Exported_Variables * @{ */ extern__IOuint32_tuwTick; externuint32_tuwTickPrio; exte...