otPlatTimeGetXtalAccuracy() function
Get the current estimated worst case accuracy (maximum ± deviation from the nominal frequency) of the local platform clock in units of PPM. In case the implementation does not estimate the current value but returns a fixed value, this value MUST be the worst-case accuracy over all possible foreseen operating conditions (temperature, pressure, etc) of the implementation.
Syntax
uint16_t otPlatTimeGetXtalAccuracy(void);
Return value
The current platform clock accuracy, in PPM.
Notes
Implementations MAY estimate this value based on current operating conditions (e.g. temperature).