Searched refs:supported_systems (Results 1 – 4 of 4) sorted by relevance
121 gnss_systems_t supported_systems; in test_validate_supported_systems() local126 ret = gnss_get_supported_systems(dev, &supported_systems); in test_validate_supported_systems()134 supported = test_reported_are_expected(enabled_systems, supported_systems); in test_validate_supported_systems()
298 gnss_systems_t supported_systems; in luatos_air530z_set_enabled_systems() local302 supported_systems = (GNSS_SYSTEM_GPS | GNSS_SYSTEM_GLONASS | GNSS_SYSTEM_BEIDOU); in luatos_air530z_set_enabled_systems()304 if ((~supported_systems) & systems) { in luatos_air530z_set_enabled_systems()
541 gnss_systems_t supported_systems; in quectel_lcx6g_set_enabled_systems() local544 supported_systems = (GNSS_SYSTEM_GPS | GNSS_SYSTEM_GLONASS | GNSS_SYSTEM_GALILEO | in quectel_lcx6g_set_enabled_systems()547 if ((~supported_systems) & systems) { in quectel_lcx6g_set_enabled_systems()
765 gnss_systems_t supported_systems; in ubx_m8_set_enabled_systems() local767 ret = ubx_m8_get_supported_systems(dev, &supported_systems); in ubx_m8_set_enabled_systems()775 if (gnss_system & supported_systems) { in ubx_m8_set_enabled_systems()