Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr.c461 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/
Dstm32l0xx_hal_pwr.c476 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/
Dstm32l1xx_hal_pwr.c462 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/
Dstm32l4xx_hal_pwr.h395 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/
Dstm32l1xx_hal_pwr.h466 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/
Dstm32l0xx_hal_pwr.h420 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry);
421 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);