Home
last modified time | relevance | path

Searched refs:__HAL_PWR_UNDERDRIVE_ENABLE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr_ex.h129 #define __HAL_PWR_UNDERDRIVE_ENABLE() (PWR->CR1 |= (uint32_t)PWR_CR1_UDEN) macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr_ex.c394 __HAL_PWR_UNDERDRIVE_ENABLE(); in HAL_PWREx_EnterUnderDriveSTOPMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr_ex.c551 __HAL_PWR_UNDERDRIVE_ENABLE(); in HAL_PWREx_EnterUnderDriveSTOPMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr_ex.h168 #define __HAL_PWR_UNDERDRIVE_ENABLE() (PWR->CR |= (uint32_t)PWR_CR_UDEN) macro