Home
last modified time | relevance | path

Searched refs:CM4_CPUID (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c875 if (HAL_GetCurrentCPUID () != CM4_CPUID) in HAL_PWREx_EnterSTOPMode()
1037 if (HAL_GetCurrentCPUID () != CM4_CPUID) in HAL_PWREx_EnterSTANDBYMode()
Dstm32h7xx_hal_cortex.c526 return CM4_CPUID; in HAL_GetCurrentCPUID()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_cortex.h277 #define CM4_CPUID ((uint32_t)0x00000001) macro
Dstm32h7xx_hal_pwr_ex.h749 #define IS_PWR_D2_CPU(CPU) ((CPU) == CM4_CPUID)