Lines Matching refs:clock
121 * Represents an estimate of the GNSS clock time.
148 * The GNSS receiver internal clock value. This is the local hardware clock
151 * For local hardware clock, this value is expected to be monotonically
152 * increasing while the hardware clock remains powered on. (For the case of a
153 * HW clock that is not continuously on, see the
169 * 1-Sigma uncertainty associated with the clock's time in nanoseconds.
174 * 'latched' by timeNs is defined as the reference clock vs. which all
180 * The difference between hardware clock ('time' field) inside GNSS receiver
210 * 1-Sigma uncertainty associated with the local estimate of GNSS time (clock
224 * The clock's drift in nanoseconds (per second).
237 * 1-Sigma uncertainty associated with the clock's drift in nanoseconds (per
249 * hardware clock.
252 * of clock to another. A single free-running crystal oscillator (XO)
256 * If, however, the timeNs value (HW clock) is derived from a composite of
260 * increment each time there is a change in clock continuity. In the
267 * derived from a single, high quality clock (XO like, or better, that is
271 * available, that the HW clock be discontinuity-free as long as possible,
273 * re-solve for the GNSS clock bias and drift, when using the accompanying
320 * The reference receiver's time is specified by GnssData::clock::timeNs.
450 * clock frequency errors. Ensure that this field is independent (see
626 /** The GNSS clock time reading. */
627 GnssClock clock;