Home
last modified time | relevance | path

Searched refs:PWR_CR3_EWUP (Results 1 – 25 of 78) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr.c397 …MODIFY_REG(PWR->CR4, (PWR_CR3_EWUP & WakeUpPinPolarity), (WakeUpPinPolarity >> PWR_WUP_POLARITY_SH… in HAL_PWR_EnableWakeUpPin()
400 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
416 CLEAR_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr.c394 …MODIFY_REG(PWR->CR4, (PWR_CR3_EWUP & WakeUpPinPolarity), (WakeUpPinPolarity >> PWR_WUP_POLARITY_SH… in HAL_PWR_EnableWakeUpPin()
397 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
413 CLEAR_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr.c450 …MODIFY_REG(PWR->CR4, (PWR_CR3_EWUP & WakeUpPinPolarity), (WakeUpPinPolarity >> PWR_WUP_POLARITY_SH… in HAL_PWR_EnableWakeUpPin()
453 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
471 CLEAR_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
Dstm32wbxx_hal_pwr_ex.c989 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWREx_EnableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c396 …MODIFY_REG(PWR->CR4, (PWR_CR3_EWUP & WakeUpPinPolarity), (WakeUpPinPolarity >> PWR_WUP_POLARITY_SH… in HAL_PWR_EnableWakeUpPin()
399 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
415 CLEAR_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr.c216 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
232 CLEAR_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr.h231 #define IS_PWR_WAKEUP_PIN(PIN) ((((PIN) & ((PWR_CR4_WP << 8U) | (PWR_CR3_EWUP)))…
232 … (((PIN) & ~((PWR_CR4_WP << 8U) | (PWR_CR3_EWUP))) == 0x00000000u))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr.c271 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
288 CLEAR_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr.h251 #define IS_PWR_WAKEUP_PIN(PIN) ((((PIN) & ((PWR_CR4_WP << 8U) | (PWR_CR3_EWUP)))…
252 … (((PIN) & ~((PWR_CR4_WP << 8U) | (PWR_CR3_EWUP))) == 0x00000000u))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr.c433 SET_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
454 CLEAR_BIT(PWR->CR3, (PWR_CR3_EWUP & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h3545 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all exte… macro
Dstm32c031xx.h3552 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all exte… macro
Dstm32c071xx.h3838 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all exte… macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h3576 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g050xx.h3595 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g070xx.h3604 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g031xx.h3746 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g041xx.h3982 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g051xx.h4082 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g061xx.h4318 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g071xx.h4297 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g081xx.h4533 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
Dstm32g0b0xx.h4373 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake… macro
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h5354 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all exte… macro
Dstm32wle5xx.h5354 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all exte… macro

1234