/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_pwr.h | 928 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)), in LL_PWR_SetWakeUpPinSignal0Selection() 948 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)), in LL_PWR_SetWakeUpPinSignal1Selection() 968 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)), in LL_PWR_SetWakeUpPinSignal2Selection() 988 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)), in LL_PWR_SetWakeUpPinSignal3Selection() 1007 return (READ_BIT(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)))); in LL_PWR_GetWakeUpPinSignalSelection()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 2273 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)), in LL_PWR_SetWakeUpPinSignal0Selection() 2293 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)), in LL_PWR_SetWakeUpPinSignal1Selection() 2313 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)), in LL_PWR_SetWakeUpPinSignal2Selection() 2333 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)), in LL_PWR_SetWakeUpPinSignal3Selection() 2352 return (READ_BIT(PWR->WUCR3, (3UL << (POSITION_VAL(WakeUpPin) * 2U)))); in LL_PWR_GetWakeUpPinSignalSelection()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr.c | 485 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(PWR_EWUP_MASK & WakeUpPin) * 2U)), in HAL_PWR_EnableWakeUpPin()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr.c | 478 MODIFY_REG(PWR->WUCR3, (3UL << (POSITION_VAL(PWR_EWUP_MASK & WakeUpPin) * 2U)), in HAL_PWR_EnableWakeUpPin()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 506 …__IO uint32_t WUCR3; /*!< PWR wakeup control register 3, Address off… member
|
D | stm32wba52xx.h | 597 …__IO uint32_t WUCR3; /*!< PWR wakeup control register 3, Address off… member
|
D | stm32wba54xx.h | 624 …__IO uint32_t WUCR3; /*!< PWR wakeup control register 3, Address off… member
|
D | stm32wba5mxx.h | 624 …__IO uint32_t WUCR3; /*!< PWR wakeup control register 3, Address off… member
|
D | stm32wba55xx.h | 624 …__IO uint32_t WUCR3; /*!< PWR wakeup control register 3, Address off… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 893 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u535xx.h | 827 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u575xx.h | 890 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u585xx.h | 957 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u595xx.h | 927 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u5a5xx.h | 994 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u5f7xx.h | 1088 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u599xx.h | 1108 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u5g7xx.h | 1155 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u5f9xx.h | 1192 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u5a9xx.h | 1175 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|
D | stm32u5g9xx.h | 1259 …__IO uint32_t WUCR3; /*!< Power wakeup control register 3, Address offset: 0x… member
|