Home
last modified time | relevance | path

Searched refs:CPU (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h535 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) argument
746 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) argument
749 #define IS_PWR_D2_CPU(CPU) ((CPU) == CM4_CPUID) argument
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h851 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) argument
853 #define IS_PWR_CORE_HOLD_RELEASE(CPU) ((CPU) == PWR_CORE_CPU2) argument
894 void HAL_PWREx_HoldCore(uint32_t CPU);
895 void HAL_PWREx_ReleaseCore(uint32_t CPU);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr_ex.h276 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
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1139 HAL_StatusTypeDef HAL_PWREx_HoldCore (uint32_t CPU) in HAL_PWREx_HoldCore() argument
1144 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() argument
1191 assert_param (IS_PWR_CORE (CPU)); in HAL_PWREx_ReleaseCore()
1194 if (CPU == PWR_CORE_CPU2) in HAL_PWREx_ReleaseCore()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c526 void HAL_PWREx_HoldCore(uint32_t CPU) in HAL_PWREx_HoldCore() argument
529 assert_param(IS_PWR_CORE_HOLD_RELEASE(CPU)); in HAL_PWREx_HoldCore()
541 void HAL_PWREx_ReleaseCore(uint32_t CPU) in HAL_PWREx_ReleaseCore() argument
544 assert_param(IS_PWR_CORE_HOLD_RELEASE(CPU)); in HAL_PWREx_ReleaseCore()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c618 void HAL_PWREx_HoldCore(uint32_t CPU) in HAL_PWREx_HoldCore() argument
621 assert_param(IS_PWR_CORE_HOLD_RELEASE(CPU)); in HAL_PWREx_HoldCore()
633 void HAL_PWREx_ReleaseCore(uint32_t CPU) in HAL_PWREx_ReleaseCore() argument
636 assert_param(IS_PWR_CORE_HOLD_RELEASE(CPU)); in HAL_PWREx_ReleaseCore()
/hal_stm32-latest/stm32cube/
DCMakeLists.txt76 # 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.
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr_ex.h581 void HAL_PWREx_HoldCore(uint32_t CPU);
582 void HAL_PWREx_ReleaseCore(uint32_t CPU);