Searched defs:__HAL_PWR_OVERDRIVE_ENABLE (Results 1 – 2 of 2) sorted by relevance
149 #define __HAL_PWR_OVERDRIVE_ENABLE() (*(__IO uint32_t *) CR_ODEN_BB = ENABLE) macro
111 #define __HAL_PWR_OVERDRIVE_ENABLE() (PWR->CR1 |= (uint32_t)PWR_CR1_ODEN) macro