Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gnss/
Dgnss_dump.c131 int gnss_dump_satellite(char *str, uint16_t strsize, const struct gnss_satellite *satellite) in gnss_dump_satellite() argument
137 ret = snprintk(str, strsize, fmt, satellite->prn, satellite->snr, satellite->elevation, in gnss_dump_satellite()
138 satellite->azimuth, gnss_system_to_str(satellite->system), in gnss_dump_satellite()
139 satellite->is_tracked); in gnss_dump_satellite()
Dgnss_nmea0183.c73 struct gnss_satellite *satellite) in align_satellite_with_gnss_system() argument
77 if (satellite->prn > GNSS_NMEA0183_GSV_PRN_GPS_RANGE) { in align_satellite_with_gnss_system()
78 satellite->system = GNSS_SYSTEM_SBAS; in align_satellite_with_gnss_system()
79 satellite->prn += GNSS_NMEA0183_GSV_PRN_SBAS_OFFSET; in align_satellite_with_gnss_system()
83 satellite->system = GNSS_SYSTEM_GPS; in align_satellite_with_gnss_system()
87 satellite->system = GNSS_SYSTEM_GLONASS; in align_satellite_with_gnss_system()
88 satellite->prn -= GNSS_NMEA0183_GSV_PRN_GLONASS_OFFSET; in align_satellite_with_gnss_system()
92 satellite->system = GNSS_SYSTEM_GALILEO; in align_satellite_with_gnss_system()
96 satellite->system = GNSS_SYSTEM_BEIDOU; in align_satellite_with_gnss_system()
97 satellite->prn -= GNSS_NMEA0183_GSV_PRN_BEIDOU_OFFSET; in align_satellite_with_gnss_system()
[all …]
DKconfig.generic22 int "Maximum satellite count"
26 Maximum number of satellite that the driver that can be decoded from
DKconfig.u_blox_m823 int "Maximum satellite count"
27 Maximum number of satellite that the driver that can be decoded from
Dgnss_dump.h58 int gnss_dump_satellite(char *str, uint16_t strsize, const struct gnss_satellite *satellite);
DKconfig.luatos_air530z20 int "Maximum satellite count"
/Zephyr-latest/samples/drivers/gnss/
DREADME.rst5 Connect to a GNSS device to obtain time, navigation data, and satellite information.
/Zephyr-latest/boards/shields/x_nucleo_53l0a1/doc/
Dindex.rst42 * **Left satellite sensor**: ``VL53L0X_L``, 0x31
43 * **Right satellite sensor**: ``VL53L0X_R``, 0x32
/Zephyr-latest/doc/hardware/peripherals/
Dgnss.rst9 GNSS is a general term which covers satellite systems used for
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst419 datetime, and satellite information, enabled by