Searched refs:ui32SrcClk (Results 1 – 6 of 6) sorted by relevance
113 OSCClockSourceSet(uint32_t ui32SrcClk, uint32_t ui32Osc) in OSCClockSourceSet() argument116 ASSERT((ui32SrcClk & OSC_SRC_CLK_LF) || in OSCClockSourceSet()117 (ui32SrcClk & OSC_SRC_CLK_HF)); in OSCClockSourceSet()124 if(ui32SrcClk & OSC_SRC_CLK_HF) in OSCClockSourceSet()134 if(ui32SrcClk & OSC_SRC_CLK_LF) in OSCClockSourceSet()150 OSCClockSourceGet(uint32_t ui32SrcClk) in OSCClockSourceGet() argument155 ASSERT((ui32SrcClk & OSC_SRC_CLK_LF) || in OSCClockSourceGet()156 (ui32SrcClk & OSC_SRC_CLK_HF)); in OSCClockSourceGet()159 if(ui32SrcClk == OSC_SRC_CLK_LF) in OSCClockSourceGet()
245 extern void OSCClockSourceSet(uint32_t ui32SrcClk, uint32_t ui32Osc);267 extern uint32_t OSCClockSourceGet(uint32_t ui32SrcClk);
693 ((uint32_t (*)(uint32_t ui32SrcClk)) \697 ((void (*)(uint32_t ui32SrcClk, uint32_t ui32Osc)) \
115 OSCClockSourceSet(uint32_t ui32SrcClk, uint32_t ui32Osc) in OSCClockSourceSet() argument118 ASSERT((ui32SrcClk & OSC_SRC_CLK_LF) || in OSCClockSourceSet()119 (ui32SrcClk & OSC_SRC_CLK_HF)); in OSCClockSourceSet()126 if(ui32SrcClk & OSC_SRC_CLK_HF) in OSCClockSourceSet()136 if(ui32SrcClk & OSC_SRC_CLK_LF) in OSCClockSourceSet()152 OSCClockSourceGet(uint32_t ui32SrcClk) in OSCClockSourceGet() argument157 ASSERT((ui32SrcClk & OSC_SRC_CLK_LF) || in OSCClockSourceGet()158 (ui32SrcClk & OSC_SRC_CLK_HF)); in OSCClockSourceGet()161 if(ui32SrcClk == OSC_SRC_CLK_LF) in OSCClockSourceGet()
247 extern void OSCClockSourceSet(uint32_t ui32SrcClk, uint32_t ui32Osc);269 extern uint32_t OSCClockSourceGet(uint32_t ui32SrcClk);
691 ((uint32_t (*)(uint32_t ui32SrcClk)) \695 ((void (*)(uint32_t ui32SrcClk, uint32_t ui32Osc)) \