Searched refs:ClockType (Results 1 – 14 of 14) sorted by relevance
753 assert_param(IS_RCC_CLOCKTYPE(RCC_ClkInitStruct->ClockType)); in HAL_RCC_ClockConfig()775 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_HCLK) == RCC_CLOCKTYPE_HCLK) in HAL_RCC_ClockConfig()782 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_SYSCLK) == RCC_CLOCKTYPE_SYSCLK) in HAL_RCC_ClockConfig()883 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_PCLK1) == RCC_CLOCKTYPE_PCLK1) in HAL_RCC_ClockConfig()890 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_PCLK2) == RCC_CLOCKTYPE_PCLK2) in HAL_RCC_ClockConfig()1223 …RCC_ClkInitStruct->ClockType = RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_PCLK1 | R… in HAL_RCC_GetClockConfig()
829 assert_param(IS_RCC_CLOCKTYPE(RCC_ClkInitStruct->ClockType)); in HAL_RCC_ClockConfig()851 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_HCLK) == RCC_CLOCKTYPE_HCLK) in HAL_RCC_ClockConfig()858 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_SYSCLK) == RCC_CLOCKTYPE_SYSCLK) in HAL_RCC_ClockConfig()959 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_PCLK1) == RCC_CLOCKTYPE_PCLK1) in HAL_RCC_ClockConfig()966 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_PCLK2) == RCC_CLOCKTYPE_PCLK2) in HAL_RCC_ClockConfig()1370 …RCC_ClkInitStruct->ClockType = RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_PCLK1 | R… in HAL_RCC_GetClockConfig()
1059 assert_param(IS_RCC_CLOCKTYPE(RCC_ClkInitStruct->ClockType)); in HAL_RCC_ClockConfig()1081 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_SYSCLK) == RCC_CLOCKTYPE_SYSCLK) in HAL_RCC_ClockConfig()1104 …else if((((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_HCLK) == RCC_CLOCKTYPE_HCLK) && (RCC_ClkI… in HAL_RCC_ClockConfig()1173 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_HCLK) == RCC_CLOCKTYPE_HCLK) in HAL_RCC_ClockConfig()1204 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_PCLK1) == RCC_CLOCKTYPE_PCLK1) in HAL_RCC_ClockConfig()1211 if(((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_PCLK2) == RCC_CLOCKTYPE_PCLK2) in HAL_RCC_ClockConfig()1624 …RCC_ClkInitStruct->ClockType = RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_PCLK1 | R… in HAL_RCC_GetClockConfig()
380 RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_SYSCLK | in SystemClockConfig()510 RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_SYSCLK; in SystemClockReConfig()
237 …RCC_ClkInitStruct.ClockType = (RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_PCLK1 | R… in SystemClockConfig()
342 RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_SYSCLK; in SystemClockConfig()
370 …RCC_ClkInitStruct.ClockType = (RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_PCLK1 | R… in SystemClockConfig()
369 RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_SYSCLK | in SystemClockConfig()
441 RCC_ClkInitStruct.ClockType = RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_SYSCLK | in SystemClockConfig()
297 uint32_t ClockType; /*!< The clock to be configured. member
306 uint32_t ClockType; /*!< The clock to be configured. member
143 uint32_t ClockType; /*!< The clock to be configured. member