Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c3336 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx) in HAL_RCCEx_EnableBootCore() argument
3338 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_EnableBootCore()
3339 SET_BIT(RCC->MP_BOOTCR, RCC_BootCx); in HAL_RCCEx_EnableBootCore()
3361 void HAL_RCCEx_DisableBootCore(uint32_t RCC_BootCx) in HAL_RCCEx_DisableBootCore() argument
3363 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_DisableBootCore()
3364 CLEAR_BIT(RCC->MP_BOOTCR, RCC_BootCx); in HAL_RCCEx_DisableBootCore()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h1999 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx);
2000 void HAL_RCCEx_DisableBootCore(uint32_t RCC_BootCx);
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c3265 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx) in HAL_RCCEx_EnableBootCore() argument
3267 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_EnableBootCore()
3268 SET_BIT(RCC->GCR, RCC_BootCx) ; in HAL_RCCEx_EnableBootCore()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h3925 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx);