/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_pwr.h | 871 SET_BIT(PWR->WUCR2, WakeUpPin); in LL_PWR_SetWakeUpPinPolarityLow() 890 CLEAR_BIT(PWR->WUCR2, WakeUpPin); in LL_PWR_SetWakeUpPinPolarityHigh() 909 return ((READ_BIT(PWR->WUCR2, WakeUpPin) == WakeUpPin) ? 1UL : 0UL); in LL_PWR_GetWakeUpPinPolarity()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 2216 SET_BIT(PWR->WUCR2, WakeUpPin); in LL_PWR_SetWakeUpPinPolarityLow() 2235 CLEAR_BIT(PWR->WUCR2, WakeUpPin); in LL_PWR_SetWakeUpPinPolarityHigh() 2254 return ((READ_BIT(PWR->WUCR2, WakeUpPin) == WakeUpPin) ? 1UL : 0UL); in LL_PWR_GetWakeUpPinPolarity()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr.c | 482 MODIFY_REG(PWR->WUCR2, (PWR_EWUP_MASK & WakeUpPin), (WakeUpPin >> PWR_WUP_POLARITY_SHIFT)); in HAL_PWR_EnableWakeUpPin()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr.c | 475 MODIFY_REG(PWR->WUCR2, (PWR_EWUP_MASK & WakeUpPin), (WakeUpPin >> PWR_WUP_POLARITY_SHIFT)); in HAL_PWR_EnableWakeUpPin()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 505 …__IO uint32_t WUCR2; /*!< PWR wakeup control register 2, Address off… member
|
D | stm32wba52xx.h | 596 …__IO uint32_t WUCR2; /*!< PWR wakeup control register 2, Address off… member
|
D | stm32wba54xx.h | 623 …__IO uint32_t WUCR2; /*!< PWR wakeup control register 2, Address off… member
|
D | stm32wba5mxx.h | 623 …__IO uint32_t WUCR2; /*!< PWR wakeup control register 2, Address off… member
|
D | stm32wba55xx.h | 623 …__IO uint32_t WUCR2; /*!< PWR wakeup control register 2, Address off… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 892 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u535xx.h | 826 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u575xx.h | 889 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u585xx.h | 956 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u595xx.h | 926 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u5a5xx.h | 993 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u5f7xx.h | 1087 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u599xx.h | 1107 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u5g7xx.h | 1154 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u5f9xx.h | 1191 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u5a9xx.h | 1174 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|
D | stm32u5g9xx.h | 1258 …__IO uint32_t WUCR2; /*!< Power wakeup control register 2, Address offset: 0x… member
|