Searched refs:PWR_CORE_CPU2 (Results 1 – 6 of 6) sorted by relevance
327 #define PWR_CORE_CPU2 (0x00000001UL) macro541 #define IS_PWR_CORE(__CPU__) (((__CPU__) == PWR_CORE_CPU1) || ((__CPU__) == PWR_CORE_CPU2))547 #define IS_PWR_CORE_HOLD_RELEASE(__CPU__) ((__CPU__) == PWR_CORE_CPU2)
402 #define PWR_CORE_CPU2 (0x00000001U) macro851 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2))853 #define IS_PWR_CORE_HOLD_RELEASE(CPU) ((CPU) == PWR_CORE_CPU2)
173 #define PWR_CORE_CPU2 ((uint32_t)0x01) macro414 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2))
190 #define PWR_CORE_CPU2 (0x00000001U) macro746 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2))
1147 if (CPU == PWR_CORE_CPU2) in HAL_PWREx_HoldCore()1194 if (CPU == PWR_CORE_CPU2) in HAL_PWREx_ReleaseCore()
983 if (PWR_CORE_CPU2 == wakeupTarget) in HAL_PWREx_EnableWakeUpPin()