Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h131 #define LL_PWR_MODE_STOP0 (PWR_CR1_LPMS_STOP0)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c1181 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_CR1_LPMS_STOP0); in HAL_PWREx_EnterSTOP0Mode()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9599 #define PWR_CR1_LPMS_STOP0 (0x00000000UL) /*!< Stop 0 mode */ macro