Home
last modified time | relevance | path

Searched refs:PWR_CR1_LPR (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr.h121 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR /*!< Regulator in low-power mode */
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr.h121 #define PWR_LOWPOWERREGULATOR_ON PWR_CR1_LPR /*!< Regulator in low-power mode */
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c1056 SET_BIT(PWR->CR1, PWR_CR1_LPR); in HAL_PWREx_EnableLowPowerRunMode()
1073 CLEAR_BIT(PWR->CR1, PWR_CR1_LPR); in HAL_PWREx_DisableLowPowerRunMode()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c1056 SET_BIT(PWR->CR1, PWR_CR1_LPR); in HAL_PWREx_EnableLowPowerRunMode()
1073 CLEAR_BIT(PWR->CR1, PWR_CR1_LPR); in HAL_PWREx_DisableLowPowerRunMode()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h9588 #define PWR_CR1_LPR PWR_CR1_LPR_Msk /*!< Regulator low-p… macro