Searched refs:IS_CLK_PLLLSTA (Results 1 – 4 of 4) sorted by relevance
229 #define IS_CLK_PLLLSTA(__PLLLSTA__) (((__PLLLSTA__) == CLK_PLLL_ON) ||\ macro
259 #define IS_CLK_PLLLSTA(__PLLLSTA__) (((__PLLLSTA__) == CLK_PLLL_ON) ||\ macro
138 assert_parameters(IS_CLK_PLLLSTA(CLK_ClkInitStruct->PLLL.State)); in CLK_ClockConfig()
140 assert_parameters(IS_CLK_PLLLSTA(CLK_ClkInitStruct->PLLL.State)); in CLK_ClockConfig()
Completed in 11 milliseconds