Home
last modified time | relevance | path

Searched refs:PWR_CR1_LPUDS (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_pwr.h95 #define LL_PWR_MODE_STOP_LPREGU_UNDERDRIVE (PWR_CR1_LPDS | PWR_CR1_LPUDS | PWR_CR1_FPDS)…
352 SET_BIT(PWR->CR1, PWR_CR1_LPUDS); in LL_PWR_EnableLowPowerRegulatorDeepSleepUDMode()
362 CLEAR_BIT(PWR->CR1, PWR_CR1_LPUDS); in LL_PWR_DisableLowPowerRegulatorDeepSleepUDMode()
372 return (READ_BIT(PWR->CR1, PWR_CR1_LPUDS) == (PWR_CR1_LPUDS)); in LL_PWR_IsEnabledLowPowerRegulatorDeepSleepUDMode()
512 …MODIFY_REG(PWR->CR1, (PWR_CR1_PDDS | PWR_CR1_LPDS | PWR_CR1_FPDS | PWR_CR1_LPUDS | PWR_CR1_MRUDS),… in LL_PWR_SetPowerMode()
531 …return (uint32_t)(READ_BIT(PWR->CR1, (PWR_CR1_PDDS | PWR_CR1_LPDS | PWR_CR1_FPDS | PWR_CR1_LPUDS |… in LL_PWR_GetPowerMode()
Dstm32f7xx_hal_pwr_ex.h73 …ne PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON ((uint32_t)(PWR_CR1_LPDS | PWR_CR1_LPUDS))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr_ex.c235 PWR->CR1 |= PWR_CR1_LPUDS; in HAL_PWREx_EnableLowRegulatorLowVoltage()
245 PWR->CR1 &= (uint32_t)~((uint32_t)PWR_CR1_LPUDS); in HAL_PWREx_DisableLowRegulatorLowVoltage()
411 tempreg &= (uint32_t)~(PWR_CR1_PDDS | PWR_CR1_LPDS | PWR_CR1_LPUDS | PWR_CR1_MRUDS); in HAL_PWREx_EnterUnderDriveSTOPMode()
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h8741 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f722xx.h8725 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f730xx.h8955 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f733xx.h8955 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f732xx.h8939 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f750xx.h10132 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f745xx.h9518 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f756xx.h10132 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f746xx.h9857 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f765xx.h10029 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f777xx.h10680 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f767xx.h10405 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f779xx.h10763 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro
Dstm32f769xx.h10488 #define PWR_CR1_LPUDS PWR_CR1_LPUDS_Msk /*!< Low-power regul… macro