Searched refs:satellite (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/drivers/gnss/ |
D | gnss_dump.c | 131 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()
|
D | gnss_nmea0183.c | 73 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 …]
|
D | Kconfig.generic | 22 int "Maximum satellite count" 26 Maximum number of satellite that the driver that can be decoded from
|
D | Kconfig.u_blox_m8 | 23 int "Maximum satellite count" 27 Maximum number of satellite that the driver that can be decoded from
|
D | gnss_dump.h | 58 int gnss_dump_satellite(char *str, uint16_t strsize, const struct gnss_satellite *satellite);
|
D | Kconfig.luatos_air530z | 20 int "Maximum satellite count"
|
/Zephyr-latest/samples/drivers/gnss/ |
D | README.rst | 5 Connect to a GNSS device to obtain time, navigation data, and satellite information.
|
/Zephyr-latest/boards/shields/x_nucleo_53l0a1/doc/ |
D | index.rst | 42 * **Left satellite sensor**: ``VL53L0X_L``, 0x31 43 * **Right satellite sensor**: ``VL53L0X_R``, 0x32
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | gnss.rst | 9 GNSS is a general term which covers satellite systems used for
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 419 datetime, and satellite information, enabled by
|