Searched refs:RCC_PREDIV1_Source (Results 1 – 2 of 2) sorted by relevance
425 void RCC_PREDIV1Config(uint32_t RCC_PREDIV1_Source, uint32_t RCC_PREDIV1_Div) in RCC_PREDIV1Config() argument430 assert_param(IS_RCC_PREDIV1_SOURCE(RCC_PREDIV1_Source)); in RCC_PREDIV1Config()437 tmpreg |= RCC_PREDIV1_Source | RCC_PREDIV1_Div ; in RCC_PREDIV1Config()
655 void RCC_PREDIV1Config(uint32_t RCC_PREDIV1_Source, uint32_t RCC_PREDIV1_Div);
Completed in 6 milliseconds