Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h133 #define LL_PWR_MODE_STOP2 (PWR_CR1_LPMS_STOP2)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c1284 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_CR1_LPMS_STOP2); in HAL_PWREx_EnterSTOP2Mode()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9605 #define PWR_CR1_LPMS_STOP2 PWR_CR1_LPMS_STOP2_Msk /*!< Stop 2 mode */ macro