Searched refs:IS_RCC_BOOT_CORE (Results 1 – 4 of 4) sorted by relevance
3338 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_EnableBootCore()3363 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_DisableBootCore()
1068 #define IS_RCC_BOOT_CORE(CORE) (((CORE) == RCC_BOOT_C1) || \ macro
3267 assert_param(IS_RCC_BOOT_CORE(RCC_BootCx)); in HAL_RCCEx_EnableBootCore()
4428 #define IS_RCC_BOOT_CORE(CORE) (((CORE) == RCC_BOOT_C1) || \ macro