/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 1422 MODIFY_REG(PWR->C2CR3, PWR_C2CR3_EWRFBUSY, RadioBusyTrigger); in LL_C2_PWR_SetRadioBusyTrigger() 1436 return (uint32_t)(READ_BIT(PWR->C2CR3, PWR_C2CR3_EWRFBUSY)); in LL_C2_PWR_GetRadioBusyTrigger() 1450 MODIFY_REG(PWR->C2CR3, PWR_C2CR3_EWRFIRQ, RadioIRQTrigger); in LL_C2_PWR_SetRadioIRQTrigger() 1463 return (uint32_t)(READ_BIT(PWR->C2CR3, PWR_C2CR3_EWRFIRQ)); in LL_C2_PWR_GetRadioIRQTrigger() 1613 SET_BIT(PWR->C2CR3, PWR_C2CR3_EIWUL); in LL_C2_PWR_EnableInternWU() 1623 CLEAR_BIT(PWR->C2CR3, PWR_C2CR3_EIWUL); in LL_C2_PWR_DisableInternWU() 1633 return ((READ_BIT(PWR->C2CR3, PWR_C2CR3_EIWUL) == (PWR_C2CR3_EIWUL)) ? 1UL : 0UL); in LL_C2_PWR_IsEnabledInternWU() 1649 SET_BIT(PWR->C2CR3, WakeUpPin); in LL_C2_PWR_EnableWakeUpPin() 1665 CLEAR_BIT(PWR->C2CR3, WakeUpPin); in LL_C2_PWR_DisableWakeUpPin() 1681 return ((READ_BIT(PWR->C2CR3, WakeUpPin) == (WakeUpPin)) ? 1UL : 0UL); in LL_C2_PWR_IsEnabledWakeUpPin() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 1747 SET_BIT(PWR->C2CR3, PWR_C2CR3_EIWUL); in LL_C2_PWR_EnableInternWU() 1757 CLEAR_BIT(PWR->C2CR3, PWR_C2CR3_EIWUL); in LL_C2_PWR_DisableInternWU() 1767 return ((READ_BIT(PWR->C2CR3, PWR_C2CR3_EIWUL) == (PWR_C2CR3_EIWUL)) ? 1UL : 0UL); in LL_C2_PWR_IsEnabledInternWU() 1789 SET_BIT(PWR->C2CR3, WakeUpPin); in LL_C2_PWR_EnableWakeUpPin() 1811 CLEAR_BIT(PWR->C2CR3, WakeUpPin); in LL_C2_PWR_DisableWakeUpPin() 1833 return ((READ_BIT(PWR->C2CR3, WakeUpPin) == (WakeUpPin)) ? 1UL : 0UL); in LL_C2_PWR_IsEnabledWakeUpPin() 1843 SET_BIT(PWR->C2CR3, PWR_C2CR3_APC); in LL_C2_PWR_EnablePUPDCfg() 1853 CLEAR_BIT(PWR->C2CR3, PWR_C2CR3_APC); in LL_C2_PWR_DisablePUPDCfg() 1863 return ((READ_BIT(PWR->C2CR3, PWR_C2CR3_APC) == (PWR_C2CR3_APC)) ? 1UL : 0UL); in LL_C2_PWR_IsEnabledPUPDCfg() 2633 SET_BIT(PWR->C2CR3, PWR_C2CR3_EBLEWUP); in LL_C2_PWR_EnableIT_BLEWU() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 187 SET_BIT(PWR->C2CR3, PWR_C2CR3_EIWUL); in HAL_PWREx_EnableInternalWakeUpLine() 200 CLEAR_BIT(PWR->C2CR3, PWR_C2CR3_EIWUL); in HAL_PWREx_DisableInternalWakeUpLine() 494 SET_BIT(PWR->C2CR3, PWR_C2CR3_APC); in HAL_PWREx_EnablePullUpPullDownConfig() 509 CLEAR_BIT(PWR->C2CR3, PWR_C2CR3_APC); in HAL_PWREx_DisablePullUpPullDownConfig()
|
D | stm32wlxx_hal_pwr.c | 110 LL_PWR_WriteReg(C2CR3, PWR_C2CR3_RESET_VALUE); in HAL_PWR_DeInit() 431 SET_BIT(PWR->C2CR3, (PWR_C2CR3_EWUP & WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin() 452 CLEAR_BIT(PWR->C2CR3, (PWR_C2CR3_EWUP & WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
|
D | stm32wlxx_ll_pwr.c | 99 LL_PWR_WriteReg(C2CR3, PWR_C2CR3_RESET_VALUE); in LL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_pwr.c | 106 LL_PWR_WriteReg(C2CR3, PWR_C2CR3_RESET_VALUE); in LL_PWR_DeInit()
|
D | stm32wbxx_hal_pwr.c | 125 LL_PWR_WriteReg(C2CR3, PWR_C2CR3_RESET_VALUE); in HAL_PWR_DeInit()
|
D | stm32wbxx_hal_pwr_ex.c | 985 SET_BIT(PWR->C2CR3, (PWR_C2CR3_EWUP & WakeUpPinPolarity)); in HAL_PWREx_EnableWakeUpPin()
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 385 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
D | stm32wb1mxx.h | 380 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
D | stm32wb30xx.h | 384 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
D | stm32wb35xx.h | 415 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
D | stm32wb55xx.h | 419 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
D | stm32wb5mxx.h | 419 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb10xx.h | 370 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
D | stm32wb15xx.h | 380 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wl5mxx.h | 649 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
D | stm32wl54xx.h | 649 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|
D | stm32wl55xx.h | 649 …__IO uint32_t C2CR3; /*!< PWR Power Control Register 3 for CPU2, Address offset:… member
|