/hal_stm32-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_pwr.h | 106 #define PWR_STOPENTRY_WFI ((uint8_t)0x01u) /*!< Wait For Interruption inst… macro 212 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || \
|
/hal_stm32-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr_ex.c | 762 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP2Mode() 852 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOPMode() 891 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOPMode()
|
/hal_stm32-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 906 if(STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP0Mode() 957 if(STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP1Mode()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 665 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP1Mode() 714 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP2Mode() 764 if (STOPEntry == PWR_STOPENTRY_WFI) in HAL_PWREx_EnterSTOP3Mode()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr.h | 119 #define PWR_STOPENTRY_WFI (0x01U) /*!< Wait For Interruption instruction to enter Stop mode */ macro 593 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
|