Home
last modified time | relevance | path

Searched refs:PWR_CR3_EIWF (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h718 SET_BIT(PWR->CR3, PWR_CR3_EIWF); in LL_PWR_EnableInternWU()
728 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWF); in LL_PWR_DisableInternWU()
738 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWF) == (PWR_CR3_EIWF)) ? 1UL : 0UL); in LL_PWR_IsEnabledInternWU()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c372 SET_BIT(PWR->CR3, PWR_CR3_EIWF); in HAL_PWREx_EnableInternalWakeUpLine()
382 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWF); in HAL_PWREx_DisableInternalWakeUpLine()
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9699 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro