/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_pwr.h | 70 #define PWR_STOPENTRY_WFI ((uint8_t)0x01U) macro 72 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 934 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP0Mode() 991 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP1Mode() 1050 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP2Mode()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_pwr.h | 76 #define PWR_STOPENTRY_WFI ((uint8_t)0x01U) /*!< Wait For Interruption instruction t… macro 148 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_pwr.h | 115 #define PWR_STOPENTRY_WFI ((uint8_t)0x01u) /*!< Wait For Interruption inst… macro 239 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || \
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_pwr.h | 124 #define PWR_STOPENTRY_WFI ((uint8_t)0x01u) /*!< Wait For Interruption inst… macro 260 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || \
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_pwr.h | 146 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) macro 309 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 1120 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP0Mode() 1172 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP1Mode() 1235 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP2Mode()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_pwr.h | 117 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) … macro 345 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_pwr.h | 137 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) /*!< Wait For Interruption inst… macro 435 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_pwr.h | 121 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) /*!< Wait For Interruption instructio… macro 335 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_pwr.h | 121 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) /*!< Wait For Interruption instructio… macro 334 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_pwr.h | 139 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) /*!< Wait For Interruption inst… macro 505 #define IS_PWR_STOP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_STOPENTRY_WFI) || \
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_pwr.h | 117 #define PWR_STOPENTRY_WFI ((uint8_t)0x01U) macro 375 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_pwr.h | 125 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) macro 400 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_pwr.h | 126 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) macro 412 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || \
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr_ex.c | 766 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP2Mode() 856 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOPMode() 895 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOPMode()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_pwr.h | 147 #define PWR_STOPENTRY_WFI (0x01U) macro 369 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_pwr.h | 189 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) macro 400 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 898 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP0Mode() 949 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP1Mode() 1001 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP2Mode()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 1200 if(STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP0Mode() 1251 if(STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP1Mode() 1304 if(STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP2Mode()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_pwr.h | 120 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) /*!< Wait For Interruption instructio… macro 381 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE) )
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_pwr.h | 125 #define PWR_STOPENTRY_WFI ((uint8_t)0x01) macro 128 #define IS_PWR_STOP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_STOPENTRY_WFI) || ((__ENTRY__) == PWR_…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_pwr.h | 142 #define PWR_STOPENTRY_WFI (0x01U) macro 545 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) ||\
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_pwr.h | 98 #define PWR_STOPENTRY_WFI (1U) /*!< Wait For Interr… macro 542 #define IS_PWR_STOP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_STOPENTRY_WFI) ||\
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 423 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP1Mode() 475 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP2Mode()
|