/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr.c | 318 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/ |
D | stm32f2xx_hal_pwr.c | 358 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/ |
D | stm32l4xx_hal_pwr.c | 444 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/ |
D | stm32g4xx_hal_pwr.c | 441 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/ |
D | stm32f4xx_hal_pwr.c | 391 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/ |
D | stm32f7xx_hal_pwr.c | 386 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()
|
D | stm32f7xx_hal_pwr_ex.c | 378 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/ |
D | stm32l1xx_hal_pwr.c | 445 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/ |
D | stm32u0xx_hal_pwr.c | 443 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/ |
D | stm32h7xx_hal_pwr.c | 564 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()
|
D | stm32h7xx_hal_pwr_ex.c | 743 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/ |
D | stm32wbxx_hal_pwr.c | 498 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/ |
D | stm32l5xx_hal_pwr.c | 443 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/ |
D | stm32l0xx_hal_pwr.c | 464 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/ |
D | stm32wlxx_hal_pwr.c | 479 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/ |
D | stm32f0xx_hal_pwr.c | 267 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/ |
D | stm32f3xx_hal_pwr.c | 281 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/ |
D | stm32mp1xx_hal_pwr.c | 517 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/ |
D | stm32f1xx_hal_pwr.c | 416 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/ |
D | stm32wbaxx_hal_pwr.c | 559 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/ |
D | stm32c0xx_hal_pwr.c | 252 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/ |
D | stm32h7rsxx_hal_pwr.c | 500 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/ |
D | stm32u5xx_hal_pwr.c | 538 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/ |
D | stm32h5xx_hal_pwr.c | 291 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/ |
D | stm32n6xx_hal_pwr.c | 540 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()
|