Searched refs:WUCR (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_pwr.h | 1209 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/ |
D | stm32h5xx_hal_pwr.c | 235 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()
|
D | stm32h5xx_hal_pwr_ex.c | 595 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/ |
D | stm32h503xx.h | 675 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
|
D | stm32h523xx.h | 838 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
|
D | stm32h562xx.h | 885 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
|
D | stm32h533xx.h | 902 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
|
D | stm32h573xx.h | 1127 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
|
D | stm32h563xx.h | 1063 …__IO uint32_t WUCR; /*!< WakeUP configuration register, Address offset: 0x48 … member
|