Home
last modified time | relevance | path

Searched refs:RCC_BootCx (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_rcc_ex.c2262 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx) in HAL_RCCEx_EnableBootCore() argument
2264 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_EnableBootCore()
2265 SET_BIT(RCC->GCR, RCC_BootCx) ; in HAL_RCCEx_EnableBootCore()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_rcc_ex.h2836 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx);