/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2.c | 519 static uint32_t find_closest(const uint32_t input, const uint32_t *values, in find_closest() argument 527 if (input == values[i]) { in find_closest() 530 } else if (input < values[i]) { in find_closest() 537 return values[i - 1]; in find_closest() 542 return values[i]; in find_closest() 549 if ((values[i] - input) > (input - values[i - 1])) { in find_closest() 550 return values[i - 1]; in find_closest() 552 return values[i]; in find_closest()
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 98 values = [] 124 values += shlex.split(value.replace("\\", "\\\\")) 129 return values
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 114 | All other values | Reserved for future use | 135 | All other values | Reserved for future use | 164 This command reads the values for the vendor version information for the local 220 | All other values | Reserved for future use | 395 | All other values | Reserved for future use | 477 | All other values | Reserved for future use | 486 | All other values | Reserved for future use | 749 | All other values | Reserved for future use | 798 | All other values | Reserved for future use | 1044 | All other values | Reserved for future use | [all …]
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.sam_hsmci | 35 is the divisor value. Valid values are 0 to 7.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | coredump.rst | 10 type exposes device tree bindings for memory address/size values to be included in
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads1x4s0x.c | 540 uint8_t *values, size_t count) in ads1x4s0x_write_multiple_registers() argument 550 .buf = values, in ads1x4s0x_write_multiple_registers() 568 LOG_HEXDUMP_DBG(values, count, "values"); in ads1x4s0x_write_multiple_registers() 627 uint8_t values[ARRAY_SIZE(register_addresses)]; in ads1x4s0x_channel_setup() local 869 values[0] = input_mux; in ads1x4s0x_channel_setup() 870 values[1] = gain; in ads1x4s0x_channel_setup() 871 values[2] = data_rate; in ads1x4s0x_channel_setup() 872 values[3] = reference_control; in ads1x4s0x_channel_setup() 873 values[4] = idac_magnitude; in ads1x4s0x_channel_setup() 874 values[5] = idac_mux; in ads1x4s0x_channel_setup() [all …]
|
/Zephyr-latest/drivers/sensor/hp206c/ |
D | Kconfig | 26 Allowed values: 4096, 2048, 1024, 512, 256, 128
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_features.cmake | 10 # `c_std_XX` values are created for easy lookup.
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_edtlib.py | 885 zip(key2node1.values(), key2node2.values()))) 892 zip(key2nodes1.values(), key2nodes2.values()))) 951 def verify_props(node, names, types, values): argument 955 for name, type, value in zip(names, types, values): 962 def verify_phandle_array_prop(node, name, values): argument 972 assert len(val) == len(values) 973 for actual, expected in zip(val, values):
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool_client.py | 71 values = (fsize, fname.encode('utf-8'), md5_tx.encode('utf-8')) 75 header_data = s.pack(*values)
|
/Zephyr-latest/drivers/sensor/st/lsm6ds0/ |
D | Kconfig | 74 second. Valid values are 245, 500 and 2000. 90 An X value for the config represents a range of +/- X G. Valid values
|
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 5 Load and save configuration values using the settings API. 11 configuration module. In this application some configuration values are loaded
|
/Zephyr-latest/soc/gaisler/gr716a/ |
D | linker.ld | 17 * LENGTH values represent the maximum possible. All memory regions may not be
|
/Zephyr-latest/include/zephyr/linker/ |
D | thread-local-storage.ld | 19 * the wrong values.
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/ |
D | README.rst | 13 sine function and generates x values to print alongside the 14 y values predicted by the model. The x values iterate from 0 to
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 3 Records and calculates statistical values against a timer validating that. 5 1. Timer variance and standard deviation is below defined acceptable values. 45 and an integer value of how many data values are collected for the statistics.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 79 …``", "The type of credential to add. See :ref:`tls_credentials_shell_cred_types` for valid values." 81 …format of the provided credential. See :ref:`tls_credentials_shell_data_formats` for valid values." 108 …, "The type of credential to delete. See :ref:`tls_credentials_shell_cred_types` for valid values." 134 …``", "The type of credential to get. See :ref:`tls_credentials_shell_cred_types` for valid values." 135 …ormat for the provided credential. See :ref:`tls_credentials_shell_data_formats` for valid values." 180 …llow any credential type. Otherwise, see :ref:`tls_credentials_shell_cred_types` for valid values."
|
D | net_timeout.rst | 15 32-bit unsigned values. The 32-bit value rolls over at 49 days 17 hours 2 minutes 26 allow for delays that are represented as unsigned 32-bit values counting
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_cli.rst | 20 fault values.
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 23 configuration. This is recommended for inspecting register values.
|
/Zephyr-latest/drivers/sensor/st/lsm6dsl/ |
D | Kconfig | 93 second. Valid values are: 125 An X value for the config represents a range of +/- X G. Valid values
|
/Zephyr-latest/drivers/sensor/renesas/isl29035/ |
D | Kconfig | 26 Maximum allowable lux value. Lower range values offer better 48 Lower integration time values mean lower ADC resolution.
|
/Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 9 ; valid values: flash, debug * 14 ; valid values: flash, sram *
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.intel64 | 55 # We should really only have to provide one of the following two values, 57 # the assembler. For now, we require that these values be specified manually,
|
/Zephyr-latest/samples/subsys/modbus/tcp_server/ |
D | README.rst | 68 > client.write_coils address=0 values=0,1,1 slave=1 102 > client.write_registers address=0 values=42,42,42 slave=1
|