Searched refs:Value (Results 1 – 25 of 61) sorted by relevance
123
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor.cddl | 8 ? ( vi => int .size 8 // ; Integer Value 9 vf => float // ; Float Value 10 vs => tstr // ; String Value 11 vb => bool // ; Boolean Value 12 vd => bstr // ; Data Value 13 vlo => tstr ), ; Object Link Value
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 109 | Value | Parameter Description | 131 | Value | Parameter Description | 192 | Value | Parameter Description | 200 | Value | Parameter Description | 207 | Value | Parameter Description | 214 | Value | Parameter Description | 225 | Value | Parameter Description | 232 | Value | Parameter Description | 239 | Value | Parameter Description | 268 | Value | Parameter Description | [all …]
|
/Zephyr-latest/soc/st/stm32/stm32f1x/ |
D | Kconfig.soc | 56 * Low density Value line devices 57 * Medium density Value line devices 58 * High density Value line devices 59 * XL-density devices Value line devices
|
/Zephyr-latest/soc/intel/common/ |
D | soc_gpio.c | 25 args[0].Integer.Value = bank_idx; in gpio_info_acpi_get() 28 args[1].Integer.Value = field_idx; in gpio_info_acpi_get() 36 *ret_val = gpio_obj.Integer.Value; in gpio_info_acpi_get()
|
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 22 * Vector Absolute Value 27 * Vector Absolute Value 176 * Vector 8-bit Integer Value Conversion 177 * Vector 16-bit Integer Value Conversion 178 * Vector 32-bit Integer Value Conversion 179 * Vector 16-bit Floating-Point Value Conversion 180 * Vector 32-bit Floating-Point Value Conversion
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.cc32xx | 13 int "Value for WDT timeout in ms"
|
D | Kconfig.cc13xx_cc26xx | 13 int "Value for initial WDT timeout in ms"
|
D | Kconfig.stm32 | 18 int "Value for IWDG timeout in ms"
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.xlnx_gem | 22 Value of the -nic parameter to be used when starting QEMU.
|
/Zephyr-latest/subsys/lorawan/nvm/ |
D | lorawan_nvm_settings.c | 61 mib_req.Param.Contexts->Crypto.LrWanVersion.Value, in lorawan_nvm_save_settings() 165 mib_req.Param.Contexts->Crypto.LrWanVersion.Value, in lorawan_nvm_data_restore()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 20 from multiprocessing import Lock, Process, Value 84 self._done = Value('i', 0) 87 self._iteration = Value('i', 0) 91 self._passed = Value('i', 0) 95 self._notrun = Value('i', 0) 99 self._filtered_configs = Value('i', 0) 103 self._filtered_runtime = Value('i', 0) 107 self._filtered_static = Value('i', 0) 110 self._error = Value('i', 0) 111 self._failed = Value('i', 0) [all …]
|
D | hardwaremap.py | 11 from multiprocessing import Lock, Value 59 self._counter = Value("i", 0) 60 self._available = Value("i", 1) 61 self._failures = Value("i", 0)
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.cc1200 | 68 int "Value of the Crystal oscillator in kHz" 107 int "Value in dbm of the CCA threshold" 114 int "Value in dbm of the RSSI offset"
|
/Zephyr-latest/drivers/sensor/hp206c/ |
D | Kconfig | 37 Value, in cm, that will be used to compensate altitude calculation.
|
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/ |
D | qdec_nxp_s32.c | 156 EncLcuEnable[0].Value = 1U; in qdec_s32_initialize() 158 EncLcuEnable[1].Value = 1U; in qdec_s32_initialize() 160 EncLcuEnable[2].Value = 1U; in qdec_s32_initialize() 162 EncLcuEnable[3].Value = 1U; in qdec_s32_initialize()
|
/Zephyr-latest/boards/seagate/faze/support/ |
D | openocd.cfg | 23 # Bit Symbol Value Description
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | Kconfig | 52 only sustained motion can trigger activity detection. Value is the 62 threshold for an inactivity event to be detected. Value is the
|
/Zephyr-latest/boards/nxp/lpcxpresso11u68/support/ |
D | openocd.cfg | 26 # Bit Symbol Value Description
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | Kconfig | 57 Value of 0 will allow the driver to wait unlimited time.
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.swo | 26 Set SWO output frequency. Value 0 will select maximum frequency
|
/Zephyr-latest/modules/cmsis-nn/ |
D | Kconfig | 74 This option enabled the NN libraries for Single Value Decomposition Filter layers.
|
/Zephyr-latest/doc/develop/sca/ |
D | codechecker.rst | 87 - Value
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | Kconfig | 100 Value 0 = highest priortity.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 172 int "Value used in the Best TimeTransmitter Clock Algorithm (BTCA)" 177 int "Value used in the Best TimeTransmitter Clock Algorithm (BTCA)"
|
/Zephyr-latest/subsys/lorawan/ |
D | lorawan.c | 284 mib_req.Param.AbpLrWanVersion.Value = LORAWAN_ABP_VERSION; in lorawan_join_abp() 767 default_datarate = phy_param.Value; in lorawan_start()
|
123