Home
last modified time | relevance | path

Searched refs:PWR_CR_MRUDS (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_pwr.h102 #if defined(PWR_CR_MRUDS) && defined(PWR_CR_LPUDS) && defined(PWR_CR_FPDS)
103 #define LL_PWR_MODE_STOP_MAINREGU_UNDERDRIVE (PWR_CR_MRUDS | PWR_CR_FPDS) /*!< Ent…
368 #if defined(PWR_CR_MRUDS)
376 SET_BIT(PWR->CR, PWR_CR_MRUDS); in LL_PWR_EnableMainRegulatorDeepSleepUDMode()
386 CLEAR_BIT(PWR->CR, PWR_CR_MRUDS); in LL_PWR_DisableMainRegulatorDeepSleepUDMode()
396 return (READ_BIT(PWR->CR, PWR_CR_MRUDS) == (PWR_CR_MRUDS)); in LL_PWR_IsEnabledMainRegulatorDeepSleepUDMode()
665 #if defined(PWR_CR_MRUDS) && defined(PWR_CR_LPUDS) && defined(PWR_CR_FPDS) in LL_PWR_SetPowerMode()
666 …MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_FPDS | PWR_CR_LPUDS | PWR_CR_MRUDS), PDMod… in LL_PWR_SetPowerMode()
697 #if defined(PWR_CR_MRUDS) && defined(PWR_CR_LPUDS) && defined(PWR_CR_FPDS) in LL_PWR_GetPowerMode()
698 …t32_t)(READ_BIT(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_FPDS | PWR_CR_LPUDS | PWR_CR_MRUDS))); in LL_PWR_GetPowerMode()
Dstm32f4xx_hal_pwr_ex.h48 #define PWR_MAINREGULATOR_UNDERDRIVE_ON PWR_CR_MRUDS
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr_ex.c556 tmpreg1 &= (uint32_t)~(PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_LPUDS | PWR_CR_MRUDS); in HAL_PWREx_EnterUnderDriveSTOPMode()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f427xx.h10100 #define PWR_CR_MRUDS PWR_CR_MRLVDS /*!< Main regulator in deepsleep und… macro
Dstm32f446xx.h9747 #define PWR_CR_MRUDS PWR_CR_MRLVDS /*!< Main regulator in deepsleep und… macro
Dstm32f429xx.h10444 #define PWR_CR_MRUDS PWR_CR_MRLVDS /*!< Main regulator in deepsleep und… macro
Dstm32f439xx.h10718 #define PWR_CR_MRUDS PWR_CR_MRLVDS /*!< Main regulator in deepsleep und… macro
Dstm32f437xx.h10379 #define PWR_CR_MRUDS PWR_CR_MRLVDS /*!< Main regulator in deepsleep und… macro
Dstm32f469xx.h13208 #define PWR_CR_MRUDS PWR_CR_MRLVDS /*!< Main regulator in deepsleep und… macro
Dstm32f479xx.h13485 #define PWR_CR_MRUDS PWR_CR_MRLVDS /*!< Main regulator in deepsleep und… macro