Home
last modified time | relevance | path

Searched refs:ui32Osc (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dosc.c113 OSCClockSourceSet(uint32_t ui32SrcClk, uint32_t ui32Osc) in OSCClockSourceSet() argument
118 ASSERT((ui32Osc == OSC_RCOSC_HF) || in OSCClockSourceSet()
119 (ui32Osc == OSC_RCOSC_LF) || in OSCClockSourceSet()
120 (ui32Osc == OSC_XOSC_HF) || in OSCClockSourceSet()
121 (ui32Osc == OSC_XOSC_LF)); in OSCClockSourceSet()
130 ui32Osc); in OSCClockSourceSet()
140 ui32Osc); in OSCClockSourceSet()
Dosc.h245 extern void OSCClockSourceSet(uint32_t ui32SrcClk, uint32_t ui32Osc);
Drom.h697 ((void (*)(uint32_t ui32SrcClk, uint32_t ui32Osc)) \
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dosc.c115 OSCClockSourceSet(uint32_t ui32SrcClk, uint32_t ui32Osc) in OSCClockSourceSet() argument
120 ASSERT((ui32Osc == OSC_RCOSC_HF) || in OSCClockSourceSet()
121 (ui32Osc == OSC_RCOSC_LF) || in OSCClockSourceSet()
122 (ui32Osc == OSC_XOSC_HF) || in OSCClockSourceSet()
123 (ui32Osc == OSC_XOSC_LF)); in OSCClockSourceSet()
132 ui32Osc); in OSCClockSourceSet()
142 ui32Osc); in OSCClockSourceSet()
Dosc.h247 extern void OSCClockSourceSet(uint32_t ui32SrcClk, uint32_t ui32Osc);
Drom.h695 ((void (*)(uint32_t ui32SrcClk, uint32_t ui32Osc)) \