Home
last modified time | relevance | path

Searched refs:PWR_WAKEUP_PIN_LPUART (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c72 SET_BIT(PWR->CR3, PWR_WAKEUP_PIN_LPUART); in HAL_PWREx_EnableInternalWakeUpLineLpuart()
81 CLEAR_BIT(PWR->CR3, PWR_WAKEUP_PIN_LPUART); in HAL_PWREx_DisableInternalWakeUpLineLpuart()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr_ex.h52 #define PWR_WAKEUP_PIN_LPUART PWR_CR3_EIWL2 /*!< Enable wakeup on Internal event 2 … macro