Home
last modified time | relevance | path

Searched refs:WUCR (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pwr.h1209 SET_BIT(PWR->WUCR, WakeUpPin); in LL_PWR_EnableWakeUpPin()
1228 CLEAR_BIT(PWR->WUCR, WakeUpPin); in LL_PWR_DisableWakeUpPin()
1247 return ((READ_BIT(PWR->WUCR, WakeUpPin) == (WakeUpPin)) ? 1UL : 0UL); in LL_PWR_IsEnabledWakeUpPin()
1273 SET_BIT(PWR->WUCR, (WakeUpPin << PWR_WUCR_WUPP1_Pos)); in LL_PWR_SetWakeUpPinPolarityLow()
1299 CLEAR_BIT(PWR->WUCR, (WakeUpPin << PWR_WUCR_WUPP1_Pos)); in LL_PWR_SetWakeUpPinPolarityHigh()
1325 …return ((READ_BIT(PWR->WUCR, (WakeUpPin << PWR_WUCR_WUPP1_Pos)) == (WakeUpPin << PWR_WUCR_WUPP1_Po… in LL_PWR_IsWakeUpPinPolarityLow()
1352 MODIFY_REG(PWR->WUCR, in LL_PWR_SetWakeUpPinPullNone()
1385 MODIFY_REG(PWR->WUCR, in LL_PWR_SetWakeUpPinPullUp()
1417 MODIFY_REG(PWR->WUCR, in LL_PWR_SetWakeUpPinPullDown()
1452 …uint32_t regValue = READ_BIT(PWR->WUCR, (PWR_WUCR_WUPPUPD1 << ((LL_PWR_WAKEUP_PINS_PULL_SHIFT_OFFS… in LL_PWR_GetWakeUpPinPull()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr.c235 MODIFY_REG(PWR->WUCR, PWR_EWUP_MASK, WakeUpPinPolarity); in HAL_PWR_EnableWakeUpPin()
264 CLEAR_BIT(PWR->WUCR, (PWR_WUCR_WUPEN & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
Dstm32h5xx_hal_pwr_ex.c595 MODIFY_REG(PWR->WUCR, regMask, pinConfig); in HAL_PWREx_EnableWakeUpPin()
620 CLEAR_BIT(PWR->WUCR, (PWR_WUCR_WUPEN & WakeUpPinx)); in HAL_PWREx_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h675 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
Dstm32h523xx.h838 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
Dstm32h562xx.h885 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
Dstm32h533xx.h902 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
Dstm32h573xx.h1127 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
Dstm32h563xx.h1063 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member