Searched refs:RegulMode (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_pwr.h | 327 __STATIC_INLINE void LL_PWR_SetRegulModeLP(uint32_t RegulMode) in LL_PWR_SetRegulModeLP() argument 329 MODIFY_REG(PWR->CR, PWR_CR_LPSDSR, RegulMode); in LL_PWR_SetRegulModeLP() 353 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 355 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_pwr.h | 327 __STATIC_INLINE void LL_PWR_SetRegulModeLP(uint32_t RegulMode) in LL_PWR_SetRegulModeLP() argument 329 MODIFY_REG(PWR->CR, PWR_CR_LPSDSR, RegulMode); in LL_PWR_SetRegulModeLP() 353 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 355 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_pwr.h | 197 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 199 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_pwr.h | 259 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 261 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_pwr.h | 245 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 247 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_pwr.h | 277 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 279 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_pwr.h | 478 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 480 MODIFY_REG(PWR->CR1, PWR_CR1_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_pwr.h | 624 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 626 MODIFY_REG(PWR->CR, PWR_CR_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_pwr.h | 361 __STATIC_INLINE void LL_PWR_SetRegulModeDS(uint32_t RegulMode) in LL_PWR_SetRegulModeDS() argument 363 MODIFY_REG(PWR->CR1, PWR_CR1_LPDS, RegulMode); in LL_PWR_SetRegulModeDS()
|