Searched refs:RCC_BootCx (Results 1 – 4 of 4) sorted by relevance
3336 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx) in HAL_RCCEx_EnableBootCore() argument3338 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() argument3363 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_DisableBootCore()3364 CLEAR_BIT(RCC->MP_BOOTCR, RCC_BootCx); in HAL_RCCEx_DisableBootCore()
1999 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx);2000 void HAL_RCCEx_DisableBootCore(uint32_t RCC_BootCx);
3265 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx) in HAL_RCCEx_EnableBootCore() argument3267 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_EnableBootCore()3268 SET_BIT(RCC->GCR, RCC_BootCx) ; in HAL_RCCEx_EnableBootCore()
3925 void HAL_RCCEx_EnableBootCore(uint32_t RCC_BootCx);