Home
last modified time | relevance | path

Searched refs:supported_systems (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/drivers/gnss/gnss_api/src/
Dtest_enabled_systems.c121 gnss_systems_t supported_systems; in test_validate_supported_systems() local
126 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()
/Zephyr-latest/drivers/gnss/
Dgnss_luatos_air530z.c298 gnss_systems_t supported_systems; in luatos_air530z_set_enabled_systems() local
302 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()
Dgnss_quectel_lcx6g.c541 gnss_systems_t supported_systems; in quectel_lcx6g_set_enabled_systems() local
544 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()
Dgnss_u_blox_m8.c765 gnss_systems_t supported_systems; in ubx_m8_set_enabled_systems() local
767 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()