MSP430UltrasonicLibrary  02_30_00_03
Data Fields
_USS_calibration_hspll_results_ Struct Reference

This structure is passed to USS_verifyHSPLLFrequency API and test result will be returned using this structure. More...

#include <ussSwLib.h>

Data Fields

uint32_t expectedResult
 
uint32_t actualTestCount
 Contains the average SAPH timer counts in 1 ACLK period. More...
 
int32_t difference
 Contains the difference between expected and actualTestCount SAPH. More...
 

Detailed Description

This structure is passed to USS_verifyHSPLLFrequency API and test result will be returned using this structure.

Field Documentation

§ expectedResult

uint32_t _USS_calibration_hspll_results_::expectedResult

Contains the expected Test count value. this is calculated based on USS_HSPLL_Configuration and USS_System_Configuration parameters

Referenced by USS_verifyHSPLLFrequency().

§ actualTestCount

uint32_t _USS_calibration_hspll_results_::actualTestCount

Contains the average SAPH timer counts in 1 ACLK period.

Referenced by USS_verifyHSPLLFrequency().

§ difference

int32_t _USS_calibration_hspll_results_::difference

Contains the difference between expected and actualTestCount SAPH.

Referenced by USS_verifyHSPLLFrequency().


The documentation for this struct was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale