Searched refs:IS_PWR_CORE (Results 1 – 5 of 5) sorted by relevance
541 #define IS_PWR_CORE(__CPU__) (((__CPU__) == PWR_CORE_CPU1) || ((__CPU__) == PWR_CORE_CPU2)) macro543 #define IS_PWR_CORE(__CPU__) (((__CPU__) == PWR_CORE_CPU1)) macro
1144 assert_param (IS_PWR_CORE (CPU)); in HAL_PWREx_HoldCore()1191 assert_param (IS_PWR_CORE (CPU)); in HAL_PWREx_ReleaseCore()
414 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) macro
746 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) macro
851 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) macro