Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dcs.c697 int32_t nomFreq, calVal, dcoSigned; in CS_setDCOFrequency() local
719 nomFreq = CS_15MHZ; in CS_setDCOFrequency()
723 nomFreq = CS_3MHZ; in CS_setDCOFrequency()
727 nomFreq = CS_6MHZ; in CS_setDCOFrequency()
731 nomFreq = CS_12MHZ; in CS_setDCOFrequency()
735 nomFreq = CS_24MHZ; in CS_setDCOFrequency()
739 nomFreq = CS_48MHZ; in CS_setDCOFrequency()
748 if (dcoFrequency == nomFreq || tlvLength == 0) in CS_setDCOFrequency()
786 dcoTune = (int16_t) (((dcoSigned - nomFreq) in CS_setDCOFrequency()