Home
last modified time | relevance | path

Searched refs:PWR_FLAG_WU (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pwr_ex.h215 #define PWR_FLAG_WU PWR_CSR_WUF macro
220 #define PWR_FLAG_WU PWR_CSR_WUF macro
224 #define PWR_FLAG_WU PWR_CSR_WUF macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pwr.h85 #define PWR_FLAG_WU PWR_CSR_WUF /*!< Wakeup event from wakeup pin o… macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_timebase_rtc_wakeup_template.c183 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_timebase_rtc_wakeup_template.c188 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_timebase_rtc_wakeup_template.c188 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_timebase_rtc_wakeup_template.c187 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pwr.h156 #define PWR_FLAG_WU PWR_CSR_WUF macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_timebase_rtc_wakeup_template.c190 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_timebase_rtc_wakeup_template.c191 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr.h214 #define __HAL_PWR_CLEAR_FLAG(__FLAG__) ( (((uint8_t)(__FLAG__)) == PWR_FLAG_WU) ?\
Dstm32u0xx_hal_pwr_ex.h243 #define PWR_FLAG_WU 0x5FUL /*!< Encompass wakeup event on all… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_timebase_rtc_wakeup_template.c192 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr.h300 … (((__FLAG__)) == PWR_FLAG_WU) ? \
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_timebase_rtc_wakeup_template.c190 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr.h216 #define __HAL_PWR_CLEAR_FLAG(__FLAG__) ( (((uint8_t)(__FLAG__)) == PWR_FLAG_WU) ?\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr.h215 #define __HAL_PWR_CLEAR_FLAG(__FLAG__) ( (((uint8_t)(__FLAG__)) == PWR_FLAG_WU) ?\
Dstm32g4xx_hal_pwr_ex.h242 #define PWR_FLAG_WU PWR_SR1_WUF /*!< Encompass wakeup event on all… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr.h381 … (((__FLAG__)) == PWR_FLAG_WU) ? \
Dstm32wlxx_hal_pwr_ex.h280 #define PWR_FLAG_WU (PWR_FLAG_REG_SR1 | PWR_SR1_WUF) /*!< Encom… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr.h136 #define PWR_FLAG_WU PWR_CSR1_WUIF macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pwr.h134 #define PWR_FLAG_WU PWR_CSR_WUF macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr.h136 #define PWR_FLAG_WU PWR_CSR_WUF macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_pwr.h171 #define PWR_FLAG_WU PWR_CSR_WUF macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_pwr.h212 #define PWR_FLAG_WU PWR_CSR_WUF macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr.h248 #define __HAL_PWR_CLEAR_FLAG(__FLAG__) ( (((uint8_t)(__FLAG__)) == PWR_FLAG_WU) ?\

12