Searched refs:PWR_CR1_LPMS (Results 1 – 4 of 4) sorted by relevance
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_pwr_ex.c | 1181 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_CR1_LPMS_STOP0); in HAL_PWREx_EnterSTOP0Mode() 1232 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_CR1_LPMS_STOP1); in HAL_PWREx_EnterSTOP1Mode() 1284 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_CR1_LPMS_STOP2); in HAL_PWREx_EnterSTOP2Mode() 1324 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_CR1_LPMS_SHUTDOWN); in HAL_PWREx_EnterSHUTDOWNMode()
|
D | stm32l4xx_hal_pwr.c | 576 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, PWR_CR1_LPMS_STANDBY); in HAL_PWR_EnterSTANDBYMode()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_pwr.h | 438 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode() 453 return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_LPMS)); in LL_PWR_GetPowerMode()
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 9598 #define PWR_CR1_LPMS PWR_CR1_LPMS_Msk /*!< Low-power mode … macro
|