Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr.h128 #define PWR_STOPENTRY_WFE_NO_EVT_CLEAR ((uint8_t)0x03) macro
414 ((ENTRY) == PWR_STOPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr.h144 #define PWR_STOPENTRY_WFE_NO_EVT_CLEAR (0x03U) macro
547 ((ENTRY) == PWR_STOPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr.h100 #define PWR_STOPENTRY_WFE_NO_EVT_CLEAR (3U) /*!< Wait For Event … macro
544 ((__ENTRY__) == PWR_STOPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h120 #define PWR_STOPENTRY_WFE_NO_EVT_CLEAR (0x03U) macro
714 ((ENTRY) == PWR_STOPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr.c582 if (STOPEntry != PWR_STOPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c465 if(STOPEntry != PWR_STOPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c620 if (StopEntry != PWR_STOPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr.c620 if(STOPEntry != PWR_STOPENTRY_WFE_NO_EVT_CLEAR) in HAL_PWR_EnterSTOPMode()