/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_pwr.h | 1184 __STATIC_INLINE void LL_PWR_CPU_SetD1PowerMode(uint32_t PDMode) in LL_PWR_CPU_SetD1PowerMode() argument 1186 MODIFY_REG(PWR->CPUCR, PWR_CPUCR_PDDS_D1, PDMode); in LL_PWR_CPU_SetD1PowerMode() 1197 __STATIC_INLINE void LL_PWR_CPU_SetCDPowerMode(uint32_t PDMode) in LL_PWR_CPU_SetCDPowerMode() argument 1199 MODIFY_REG(PWR->CPUCR, PWR_CPUCR_RETDS_CD, PDMode); in LL_PWR_CPU_SetCDPowerMode() 1212 __STATIC_INLINE void LL_PWR_CPU2_SetD1PowerMode(uint32_t PDMode) in LL_PWR_CPU2_SetD1PowerMode() argument 1214 MODIFY_REG(PWR->CPU2CR, PWR_CPU2CR_PDDS_D1, PDMode); in LL_PWR_CPU2_SetD1PowerMode() 1267 __STATIC_INLINE void LL_PWR_CPU_SetD2PowerMode(uint32_t PDMode) in LL_PWR_CPU_SetD2PowerMode() argument 1269 MODIFY_REG(PWR->CPUCR, PWR_CPUCR_PDDS_D2, PDMode); in LL_PWR_CPU_SetD2PowerMode() 1282 __STATIC_INLINE void LL_PWR_CPU2_SetD2PowerMode(uint32_t PDMode) in LL_PWR_CPU2_SetD2PowerMode() argument 1284 MODIFY_REG(PWR->CPU2CR, PWR_CPU2CR_PDDS_D2, PDMode); in LL_PWR_CPU2_SetD2PowerMode() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_pwr.h | 663 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t PDMode) in LL_PWR_SetPowerMode() argument 666 …DIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_FPDS | PWR_CR_LPUDS | PWR_CR_MRUDS), PDMode); in LL_PWR_SetPowerMode() 668 …FY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS | PWR_CR_FPDS | PWR_CR_LPLVDS | PWR_CR_MRLVDS), PDMode); in LL_PWR_SetPowerMode() 670 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_pwr.h | 224 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t PDMode) in LL_PWR_SetPowerMode() argument 226 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_pwr.h | 286 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t PDMode) in LL_PWR_SetPowerMode() argument 288 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_pwr.h | 273 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t PDMode) in LL_PWR_SetPowerMode() argument 275 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_pwr.h | 305 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t PDMode) in LL_PWR_SetPowerMode() argument 307 MODIFY_REG(PWR->CR, (PWR_CR_PDDS| PWR_CR_LPDS), PDMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_pwr.h | 386 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t PDMode) in LL_PWR_SetPowerMode() argument 388 MODIFY_REG(PWR->CR, PWR_CR_PDDS, PDMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_pwr.h | 383 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t PDMode) in LL_PWR_SetPowerMode() argument 385 MODIFY_REG(PWR->CR, PWR_CR_PDDS, PDMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_pwr.h | 510 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t PDMode) in LL_PWR_SetPowerMode() argument 512 …EG(PWR->CR1, (PWR_CR1_PDDS | PWR_CR1_LPDS | PWR_CR1_FPDS | PWR_CR1_LPUDS | PWR_CR1_MRUDS), PDMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_pwr.h | 637 __STATIC_INLINE void LL_PWR_MCU_SetPowerMode(uint32_t PDMode) in LL_PWR_MCU_SetPowerMode() argument 639 MODIFY_REG(PWR->MCUCR, PWR_MCUCR_PDDS, PDMode); in LL_PWR_MCU_SetPowerMode()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_pwr.h | 973 __STATIC_INLINE void LL_PWR_SetPowerDownModeDS(uint32_t PDMode) in LL_PWR_SetPowerDownModeDS() argument 975 MODIFY_REG(PWR->CSR3, PWR_CSR3_PDDS, PDMode); in LL_PWR_SetPowerDownModeDS()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_pwr.h | 640 __STATIC_INLINE void LL_PWR_SetPowerDownModeDS(uint32_t PDMode) in LL_PWR_SetPowerDownModeDS() argument 642 MODIFY_REG(PWR->CPUCR, PWR_CPUCR_PDDS, PDMode); in LL_PWR_SetPowerDownModeDS()
|