Searched refs:Regulator (Results 1 – 6 of 6) sorted by relevance
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_pwr.c | 461 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument 464 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode() 468 if (Regulator == PWR_MAINREGULATOR_ON) in HAL_PWR_EnterSLEEPMode() 540 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument 543 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode() 545 if(Regulator == PWR_LOWPOWERREGULATOR_ON) in HAL_PWR_EnterSTOPMode()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_pwr.c | 476 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument 480 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode() 490 SET_BIT(tmpreg, Regulator); in HAL_PWR_EnterSLEEPMode() 537 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument 542 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode() 552 SET_BIT(tmpreg, Regulator); in HAL_PWR_EnterSTOPMode()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_pwr.c | 462 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument 465 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode() 469 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPSDSR), Regulator); in HAL_PWR_EnterSLEEPMode() 508 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument 511 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode() 515 MODIFY_REG(PWR->CR, (PWR_CR_PDDS | PWR_CR_LPSDSR), Regulator); in HAL_PWR_EnterSTOPMode()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_pwr.h | 395 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry); 396 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry);
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_pwr.h | 466 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry); 467 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_pwr.h | 420 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry); 421 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);
|