Searched refs:CPU (Results 1 – 8 of 8) sorted by relevance
535 HAL_StatusTypeDef HAL_PWREx_HoldCore (uint32_t CPU);536 void HAL_PWREx_ReleaseCore (uint32_t CPU);742 #define IS_PWR_D1_CPU(CPU) ((CPU) == CM7_CPUID) argument746 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) argument749 #define IS_PWR_D2_CPU(CPU) ((CPU) == CM4_CPUID) argument
851 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) argument853 #define IS_PWR_CORE_HOLD_RELEASE(CPU) ((CPU) == PWR_CORE_CPU2) argument894 void HAL_PWREx_HoldCore(uint32_t CPU);895 void HAL_PWREx_ReleaseCore(uint32_t CPU);
276 HAL_StatusTypeDef HAL_PWREx_HoldCore(uint32_t CPU);277 void HAL_PWREx_ReleaseCore(uint32_t CPU);414 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) argument
1139 HAL_StatusTypeDef HAL_PWREx_HoldCore (uint32_t CPU) in HAL_PWREx_HoldCore() argument1144 assert_param (IS_PWR_CORE (CPU)); in HAL_PWREx_HoldCore()1147 if (CPU == PWR_CORE_CPU2) in HAL_PWREx_HoldCore()1188 void HAL_PWREx_ReleaseCore (uint32_t CPU) in HAL_PWREx_ReleaseCore() argument1191 assert_param (IS_PWR_CORE (CPU)); in HAL_PWREx_ReleaseCore()1194 if (CPU == PWR_CORE_CPU2) in HAL_PWREx_ReleaseCore()
526 void HAL_PWREx_HoldCore(uint32_t CPU) in HAL_PWREx_HoldCore() argument529 assert_param(IS_PWR_CORE_HOLD_RELEASE(CPU)); in HAL_PWREx_HoldCore()541 void HAL_PWREx_ReleaseCore(uint32_t CPU) in HAL_PWREx_ReleaseCore() argument544 assert_param(IS_PWR_CORE_HOLD_RELEASE(CPU)); in HAL_PWREx_ReleaseCore()
618 void HAL_PWREx_HoldCore(uint32_t CPU) in HAL_PWREx_HoldCore() argument621 assert_param(IS_PWR_CORE_HOLD_RELEASE(CPU)); in HAL_PWREx_HoldCore()633 void HAL_PWREx_ReleaseCore(uint32_t CPU) in HAL_PWREx_ReleaseCore() argument636 assert_param(IS_PWR_CORE_HOLD_RELEASE(CPU)); in HAL_PWREx_ReleaseCore()
76 # On dual-core MCUs, we must inform Cube which CPU we are building for.77 # Provide the Cube definition based on the active CPU Kconfig symbols.
581 void HAL_PWREx_HoldCore(uint32_t CPU);582 void HAL_PWREx_ReleaseCore(uint32_t CPU);