Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr.c576 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_CR1_LPMS_STANDBY); in HAL_PWR_EnterSTANDBYMode()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_pwr.h134 #define LL_PWR_MODE_STANDBY (PWR_CR1_LPMS_STANDBY)
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9608 #define PWR_CR1_LPMS_STANDBY PWR_CR1_LPMS_STANDBY_Msk /*!< Stand-by mode */ macro