Home
last modified time | relevance | path

Searched refs:PWR_STOPENTRY_WFE (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pwr.h71 #define PWR_STOPENTRY_WFE ((uint8_t)0x02U) macro
72 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pwr.h77 #define PWR_STOPENTRY_WFE ((uint8_t)0x02U) /*!< Wait For Event instruction to enter… macro
148 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr.h107 #define PWR_STOPENTRY_WFE ((uint8_t)0x02u) /*!< Wait For Event instruction… macro
213 ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr.h125 #define PWR_STOPENTRY_WFE ((uint8_t)0x02u) /*!< Wait For Event instruction… macro
261 ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pwr.h147 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) macro
309 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr.h138 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) /*!< Wait For Event instruction… macro
436 ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr.h122 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) /*!< Wait For Event instruction to en… macro
334 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr.h122 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) /*!< Wait For Event instruction to en… macro
335 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pwr.h126 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) macro
400 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr.h140 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) /*!< Wait For Event instruction… macro
506 ((__ENTRY__) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr.h118 #define PWR_STOPENTRY_WFE ((uint8_t)0x02U) macro
375 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr.h127 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) macro
413 ((ENTRY) == PWR_STOPENTRY_WFE) || \
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_pwr.h190 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) macro
400 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_pwr.h148 #define PWR_STOPENTRY_WFE (0x02U) macro
369 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr.h121 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) /*!< Wait For Event instruction to en… macro
381 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h126 #define PWR_STOPENTRY_WFE ((uint8_t)0x02) macro
128 …STOP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_STOPENTRY_WFI) || ((__ENTRY__) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr.h143 #define PWR_STOPENTRY_WFE (0x02U) macro
546 ((ENTRY) == PWR_STOPENTRY_WFE) ||\
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h120 #define PWR_STOPENTRY_WFE (0x02U) /*!< Wait For Event instruction to enter Stop mode */ macro
593 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h128 #define PWR_STOPENTRY_WFE (0x02U) macro
781 ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h119 #define PWR_STOPENTRY_WFE (0x02U) /*!< Wait For Event instruction to enter Stop mode … macro
713 ((ENTRY) == PWR_STOPENTRY_WFE) ||\
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr.h128 #define PWR_STOPENTRY_WFE (0x02U) /*!< Wait For Event instruction to enter Stop mode */ macro
810 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c629 else if (STOPEntry == PWR_STOPENTRY_WFE) in HAL_PWR_EnterSTOPMode()