Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dcs.c47 static uint32_t hfxtFreq; variable
64 if (hfxtFreq >= CS_1MHZ && hfxtFreq <= CS_4MHZ) in _CSGetHFXTFrequency()
66 else if (hfxtFreq > CS_4MHZ && hfxtFreq <= CS_8MHZ) in _CSGetHFXTFrequency()
68 else if (hfxtFreq > CS_8MHZ && hfxtFreq <= CS_16MHZ) in _CSGetHFXTFrequency()
70 else if (hfxtFreq > CS_16MHZ && hfxtFreq <= CS_24MHZ) in _CSGetHFXTFrequency()
72 else if (hfxtFreq > CS_24MHZ && hfxtFreq <= CS_32MHZ) in _CSGetHFXTFrequency()
74 else if (hfxtFreq > CS_32MHZ && hfxtFreq <= CS_40MHZ) in _CSGetHFXTFrequency()
76 else if (hfxtFreq > CS_40MHZ && hfxtFreq <= CS_48MHZ) in _CSGetHFXTFrequency()
150 return hfxtFreq / bDivider; in _CSComputeCLKFrequency()
208 hfxtFreq = hfxt_XT_CLK_frequency; in CS_setExternalClockSourceFrequency()