Home
last modified time | relevance | path

Searched refs:Regulator (Results 1 – 25 of 52) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr.c318 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
321 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
325 if (Regulator != PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSLEEPMode()
398 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
401 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
404 if (Regulator != PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pwr.c358 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
361 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
364 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
404 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
407 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
411 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS), Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr.c444 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
447 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
451 if (Regulator == PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSLEEPMode()
523 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
526 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
528 if(Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr.c441 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
444 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
448 if (Regulator == PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSLEEPMode()
516 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
519 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
521 if(Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c391 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
394 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
397 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
445 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
448 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
452 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPDS), Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr.c386 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
389 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
393 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
436 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
441 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
450 tmpreg |= Regulator; in HAL_PWR_EnterSTOPMode()
Dstm32f7xx_hal_pwr_ex.c378 HAL_StatusTypeDef HAL_PWREx_EnterUnderDriveSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWREx_EnterUnderDriveSTOPMode() argument
384 assert_param(IS_PWR_REGULATOR_UNDERDRIVE(Regulator)); in HAL_PWREx_EnterUnderDriveSTOPMode()
414 tempreg |= Regulator; in HAL_PWREx_EnterUnderDriveSTOPMode()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pwr.c445 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
448 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
452 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPSDSR), Regulator); in HAL_PWR_EnterSLEEPMode()
491 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
494 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
498 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPSDSR), Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr.c443 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
446 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
450 if (Regulator == PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSLEEPMode()
520 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
524 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
527 MODIFY_REG(PWR->CR1, PWR_CR1_LPR, Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr.c564 void HAL_PWR_EnterSLEEPMode (uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
567 assert_param (IS_PWR_REGULATOR (Regulator)); in HAL_PWR_EnterSLEEPMode()
571 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
618 void HAL_PWR_EnterSTOPMode (uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
621 assert_param (IS_PWR_REGULATOR (Regulator)); in HAL_PWR_EnterSTOPMode()
625 MODIFY_REG (PWR->CR1, PWR_CR1_LPDS, Regulator); in HAL_PWR_EnterSTOPMode()
Dstm32h7xx_hal_pwr_ex.c743 void HAL_PWREx_EnterSTOP2Mode (uint32_t Regulator, uint8_t STOPEntry) in HAL_PWREx_EnterSTOP2Mode() argument
746 assert_param (IS_PWR_REGULATOR (Regulator)); in HAL_PWREx_EnterSTOP2Mode()
750 MODIFY_REG (PWR->CR1, PWR_CR1_LPDS, Regulator); in HAL_PWREx_EnterSTOP2Mode()
820 void HAL_PWREx_EnterSTOPMode (uint32_t Regulator, uint8_t STOPEntry, uint32_t Domain) in HAL_PWREx_EnterSTOPMode() argument
823 assert_param (IS_PWR_REGULATOR (Regulator)); in HAL_PWREx_EnterSTOPMode()
828 MODIFY_REG (PWR->CR1, PWR_CR1_LPDS, Regulator); in HAL_PWREx_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr.c498 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
501 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
505 if (Regulator == PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSLEEPMode()
580 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
583 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
585 if (Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c443 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
446 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
450 if (Regulator == PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSLEEPMode()
522 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
525 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
527 if (Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_pwr.c464 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
470 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
489 SET_BIT(tmpreg, Regulator); in HAL_PWR_EnterSLEEPMode()
545 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
551 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
570 SET_BIT(tmpreg, Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr.c479 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
482 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
486 if (Regulator == PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSLEEPMode()
562 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
565 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
567 if (Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pwr.c267 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
270 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
310 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
315 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
325 tmpreg |= Regulator; in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pwr.c281 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
287 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
326 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
331 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
341 tmpreg |= Regulator; in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c517 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
520 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
573 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
576 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
589 if (Regulator == PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
620 UNUSED(Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pwr.c416 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
421 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
462 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
465 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
472 MODIFY_REG(PWR->CR, PWR_CR_LPDS, Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr.c559 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
561 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
625 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
628 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
632 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr.c252 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
255 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode()
300 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
303 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr.c500 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
503 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
555 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
559 UNUSED(Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c538 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SleepEntry) in HAL_PWR_EnterSLEEPMode() argument
540 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
599 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t StopEntry) in HAL_PWR_EnterSTOPMode() argument
601 UNUSED(Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr.c291 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
293 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
345 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
347 UNUSED(Regulator); in HAL_PWR_EnterSTOPMode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr.c540 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument
543 UNUSED(Regulator); in HAL_PWR_EnterSLEEPMode()
593 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument
597 UNUSED(Regulator); in HAL_PWR_EnterSTOPMode()

123