Searched refs:Regulator (Results 1 – 6 of 6) sorted by relevance
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_pwr.c | 285 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument 288 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode() 328 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument 333 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode() 343 tmpreg |= Regulator; in HAL_PWR_EnterSTOPMode()
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_pwr.c | 401 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry) in HAL_PWR_EnterSLEEPMode() argument 404 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSLEEPMode() 441 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWR_EnterSTOPMode() argument 446 assert_param(IS_PWR_REGULATOR(Regulator)); in HAL_PWR_EnterSTOPMode() 455 tmpreg |= Regulator; in HAL_PWR_EnterSTOPMode()
|
A D | stm32f7xx_hal_pwr_ex.c | 377 HAL_StatusTypeDef HAL_PWREx_EnterUnderDriveSTOPMode(uint32_t Regulator, uint8_t STOPEntry) in HAL_PWREx_EnterUnderDriveSTOPMode() argument 383 assert_param(IS_PWR_REGULATOR_UNDERDRIVE(Regulator)); in HAL_PWREx_EnterUnderDriveSTOPMode() 411 tempreg |= Regulator; in HAL_PWREx_EnterUnderDriveSTOPMode()
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_hal_pwr.h | 172 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry); 173 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
A D | stm32f7xx_hal_pwr.h | 335 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry); 336 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);
|
A D | stm32f7xx_hal_pwr_ex.h | 217 HAL_StatusTypeDef HAL_PWREx_EnterUnderDriveSTOPMode(uint32_t Regulator, uint8_t STOPEntry);
|
Completed in 7 milliseconds