Lines Matching refs:week
138 * WN -- GPS week number (weeks since 1980-01-06, mod 1024)
139 * WS -- GPS seconds in week
223 DTYP_W10B, /* 10-bit week in GPS epoch */
225 DTYP_WEXT /* extended week in GPS epoch */
639 TGpsDatum wgps; /* week time storage */
845 /* PUBX,04 is peculiar. The UTC time-of-week is the *internal*
1680 * Parse GPS week time info from an NMEA sentence. This info contains
1681 * the GPS week number, the GPS time-of-week and the leap seconds GPS
1697 uint16_t week, leap = 0;
1704 rc = _parse_u16 (dpw, &dpw, &week, 5)
1717 *wd = gpscal_from_gpsweek(week, secs, fofs);