Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dcs.c630 SysCtl_A_CSCalTLV_Info *csInfo; in CS_getDCOFrequency() local
633 SysCtl_A_getTLVInfo(TLV_TAG_CS, 0, &tlvLength, (uint32_t**) &csInfo); in CS_getDCOFrequency()
635 SysCtl_CSCalTLV_Info *csInfo; in CS_getDCOFrequency() local
638 SysCtl_getTLVInfo(TLV_TAG_CS, 0, &tlvLength, (uint32_t**) &csInfo); in CS_getDCOFrequency()
663 dcoConst = *((float *) &csInfo->rDCOER_CONSTK_RSEL5); in CS_getDCOFrequency()
664 calVal = csInfo->rDCOER_FCAL_RSEL5; in CS_getDCOFrequency()
669 dcoConst = *((float *) &csInfo->rDCOIR_CONSTK_RSEL5); in CS_getDCOFrequency()
670 calVal = csInfo->rDCOIR_FCAL_RSEL5; in CS_getDCOFrequency()
679 dcoConst = *((float *) &csInfo->rDCOER_CONSTK_RSEL04); in CS_getDCOFrequency()
680 calVal = csInfo->rDCOER_FCAL_RSEL04; in CS_getDCOFrequency()
[all …]