/Zephyr-latest/tests/drivers/gnss/gnss_api/ |
D | Kconfig | 7 int "Enabled systems configuration 0" 12 int "Enabled systems configuration 1" 17 int "Enabled systems configuration 2" 22 int "Enabled systems configuration 3"
|
/Zephyr-latest/include/zephyr/drivers/ |
D | gnss.h | 72 /** Systems contained in gnss_systems_t */ 92 /** Type storing bitmask of GNSS systems */ 95 /** API for enabling systems */ 96 typedef int (*gnss_set_enabled_systems_t)(const struct device *dev, gnss_systems_t systems); 98 /** API for getting enabled systems */ 99 typedef int (*gnss_get_enabled_systems_t)(const struct device *dev, gnss_systems_t *systems); 101 /** API for getting enabled systems */ 102 typedef int (*gnss_get_supported_systems_t)(const struct device *dev, gnss_systems_t *systems); 320 * @brief Set enabled GNSS systems 323 * @param systems Systems to enable [all …]
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.leon_gptimer | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc. 13 GPTIMER which is common in LEON systems.
|
D | Kconfig.litex | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.ite_it8xxx2 | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.mchp_xec_rtos | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.native_posix | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.rcar_cmt | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.sam0_rtc | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.cc13xx_cc26xx_rtc | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.esp32 | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.rv32m1_lptmr | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.altera_avalon | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.npcx_itim | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.arcv2 | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.mcux_os | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.xlnx_psttc | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
D | Kconfig.mcux_lptmr | 1 # Copyright (c) 2014-2015 Wind River Systems, Inc. 2 # Copyright (c) 2016 Cadence Design Systems, Inc.
|
/Zephyr-latest/dts/bindings/ |
D | vendor-prefixes.txt | 18 abilis Abilis Systems 22 acme Acme Systems srl 43 alphascale AlphaScale Integrated Circuits Systems, Inc. 60 anvo Anvo-Systems Dresden GmbH 67 arasan Arasan Chip Systems 75 armadeus ARMadeus Systems SARL 116 calaosystems CALAO Systems SAS 124 cdns Cadence Design Systems Inc. 142 cisco Cisco Systems, Inc. 145 cnxt Conexant Systems, Inc. [all …]
|
/Zephyr-latest/scripts/ |
D | list_hardware.py | 32 class Systems: class 124 return Systems(str(socs_file.parent), socs_yaml) 130 return Systems('', socs_yaml) 132 def extend(self, systems): argument 133 self._families.extend(systems.get_families()) 134 self._series.extend(systems.get_series()) 137 for s in systems.get_socs(): 142 self._socs.extend(systems.get_socs()) 144 for es in systems.get_extended_socs(): 237 systems = Systems() [all …]
|
/Zephyr-latest/tests/drivers/gnss/gnss_api/src/ |
D | test_enabled_systems.c | 32 zassert_ok(ret, "failed to set enabled systems (%i)", ret); in test_set_enabled_systems() 44 zassert_ok(ret, "failed to get enabled systems (%i)", ret); in test_get_system_enabled() 47 "invalid enabled systems (%u != %u)", in test_get_system_enabled() 82 zassert_true(expected, "unexpected systems reported (%u != %u)", in test_validate_satellites() 130 zassert_ok(ret, "failed to get supported systems (%i)", ret); in test_validate_supported_systems() 135 zassert_true(supported, "enabled systems %u is not supported", i); in test_validate_supported_systems()
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_version/ |
D | testcase.yaml | 11 # FIXME: Exclude systems whereby the processor type is not known and emits a warning 24 # FIXME: Exclude systems whereby the processor type is not known and emits a warning
|
/Zephyr-latest/dts/bindings/misc/ |
D | nordic,split-channel-groups.yaml | 17 that are to be configured as nonsecure. In Trustzone systems, this 20 property is ignored in non-Trustzone systems.
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 5 menu "File Systems" 51 file name length for enabled in-tree file systems. This 61 Specify the initialization priority for file systems. In case 80 Enable file system shell command for mounting file systems. This
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_emul.c | 173 static int gnss_emul_set_enabled_systems(const struct device *dev, gnss_systems_t systems) in gnss_emul_set_enabled_systems() argument 177 if (systems > GNSS_EMUL_SUPPORTED_SYSTEMS_MASK) { in gnss_emul_set_enabled_systems() 181 data->enabled_systems = systems; in gnss_emul_set_enabled_systems() 185 static int gnss_emul_get_enabled_systems(const struct device *dev, gnss_systems_t *systems) in gnss_emul_get_enabled_systems() argument 189 *systems = data->enabled_systems; in gnss_emul_get_enabled_systems() 299 static int gnss_emul_api_set_enabled_systems(const struct device *dev, gnss_systems_t systems) in gnss_emul_api_set_enabled_systems() argument 309 ret = gnss_emul_set_enabled_systems(dev, systems); in gnss_emul_api_set_enabled_systems() 316 static int gnss_emul_api_get_enabled_systems(const struct device *dev, gnss_systems_t *systems) in gnss_emul_api_get_enabled_systems() argument 326 ret = gnss_emul_get_enabled_systems(dev, systems); in gnss_emul_api_get_enabled_systems() 333 static int gnss_emul_api_get_supported_systems(const struct device *dev, gnss_systems_t *systems) in gnss_emul_api_get_supported_systems() argument [all …]
|