Searched refs:BORConfiguration (Results 1 – 3 of 3) sorted by relevance
592 void HAL_PWREx_SetBORConfig(uint32_t BORConfiguration) in HAL_PWREx_SetBORConfig() argument594 LL_PWR_SetBORConfig(BORConfiguration); in HAL_PWREx_SetBORConfig()
1293 __STATIC_INLINE void LL_PWR_SetBORConfig(uint32_t BORConfiguration) in LL_PWR_SetBORConfig() argument1295 MODIFY_REG(PWR->CR5, PWR_CR5_BORHC, BORConfiguration); in LL_PWR_SetBORConfig()
905 void HAL_PWREx_SetBORConfig(uint32_t BORConfiguration);