Searched refs:__HAL_PWR_OVERDRIVE_DISABLE (Results 1 – 2 of 2) sorted by relevance
131 #define __HAL_PWR_OVERDRIVE_DISABLE() (PWR->CR1 &= (uint32_t)(~PWR_CR1_ODEN)) macro
326 __HAL_PWR_OVERDRIVE_DISABLE(); in HAL_PWREx_DisableOverDrive()
Completed in 3 milliseconds