Home
last modified time | relevance | path

Searched refs:PWR_CR3_EIWL2 (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pwr.h110 #define LL_PWR_WAKEUP_LPUART PWR_CR3_EIWL2 /*!< Enable wakeup on Internal event…
188 #if defined(PWR_CR3_EIWL2)
237 #if defined (PWR_CR3_EIWL2)
839 #if defined (PWR_CR3_EIWL2)
847 SET_BIT(PWR->CR3, PWR_CR3_EIWL2); in LL_PWR_EnableInternWU2()
857 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWL2); in LL_PWR_DisableInternWU2()
867 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWL2) == (PWR_CR3_EIWL2)) ? 1UL : 0UL); in LL_PWR_IsEnabledInternWU2()
1386 #if defined(PWR_CR3_EIWL2)
Dstm32wb0x_hal_pwr_ex.h52 #define PWR_WAKEUP_PIN_LPUART PWR_CR3_EIWL2 /*!< Enable wakeup on Internal event 2 …
165 #if defined(PWR_CR3_EIWL2)
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_pwr.c122 #if defined(PWR_CR3_EIWL2) in LL_PWR_DeInit()
Dstm32wb0x_hal_pwr_ex.c65 #if defined (PWR_CR3_EIWL2)
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb05.h3171 #define PWR_CR3_EIWL2 PWR_CR3_EIWL2_Msk macro
Dstm32wb09.h3199 #define PWR_CR3_EIWL2 PWR_CR3_EIWL2_Msk macro