Searched refs:IS_RCC_STOP_KERWAKEUPCLOCK (Results 1 – 8 of 8) sorted by relevance
2784 assert_param(IS_RCC_STOP_KERWAKEUPCLOCK(WakeUpClk)); in HAL_RCCEx_KerWakeUpStopCLKConfig()
3249 assert_param(IS_RCC_STOP_KERWAKEUPCLOCK(WakeUpClk)); in HAL_RCCEx_KerWakeUpStopCLKConfig()
3416 assert_param(IS_RCC_STOP_KERWAKEUPCLOCK(WakeUpClk)); in HAL_RCCEx_KerWakeUpStopCLKConfig()
5556 assert_param(IS_RCC_STOP_KERWAKEUPCLOCK(WakeUpClk)); in HAL_RCCEx_KerWakeUpStopCLKConfig()
4727 #define IS_RCC_STOP_KERWAKEUPCLOCK(SOURCE) (((SOURCE) == RCC_STOP_KERWAKEUPCLOCK_MSI) || \ macro
5068 #define IS_RCC_STOP_KERWAKEUPCLOCK(SOURCE) (((SOURCE) == RCC_STOP_KERWAKEUPCLOCK_CSI) || \ macro
4796 #define IS_RCC_STOP_KERWAKEUPCLOCK(__SOURCE__) (((__SOURCE__) == RCC_STOP_KERWAKEUPCLOCK_CSI) || \ macro
8244 #define IS_RCC_STOP_KERWAKEUPCLOCK(SOURCE) (((SOURCE) == RCC_STOP_KERWAKEUPCLOCK_CSI) || \ macro