Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr.h117 #define PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR ((uint8_t)0x03) macro
410 ((ENTRY) == PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr.h134 #define PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR (0x03U) macro
542 ((ENTRY) == PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr.h90 #define PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR (3U) /*!< Wait For Event … macro
539 ((__ENTRY__) == PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h110 #define PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR (0x03U) macro
709 ((ENTRY) == PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr.c519 if (SLEEPEntry != PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSLEEPMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c411 if(SLEEPEntry != PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSLEEPMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c556 if (SleepEntry != PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSLEEPMode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr.c559 if(SLEEPEntry != PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSLEEPMode()