/Zephyr-latest/scripts/west_commands/zspdx/ |
D | spdxids.py | 30 - s: string to be converted. 46 converted = convertToSPDXIDSafe(filenameOnly) 47 spdxID = f"SPDXRef-File-{converted}" 50 filenameTimesSeen = timesSeen.get(converted, 0) + 1 60 if p.search(converted): 63 timesSeen[converted] = filenameTimesSeen
|
/Zephyr-latest/include/zephyr/sys/ |
D | time_units.h | 322 * print " * \@return The converted time value in $hto. $type\n"; 355 * @return The converted time value in hardware cycles. uint32_t 371 * @return The converted time value in hardware cycles. uint64_t 387 * @return The converted time value in hardware cycles. uint32_t 403 * @return The converted time value in hardware cycles. uint64_t 419 * @return The converted time value in hardware cycles. uint32_t 435 * @return The converted time value in hardware cycles. uint64_t 451 * @return The converted time value in ticks. uint32_t 467 * @return The converted time value in ticks. uint64_t 483 * @return The converted time value in ticks. uint32_t [all …]
|
D | cbprintf.h | 190 * with that information can be converted to fully self-contain package using 493 * @param cb callback called with portions of the converted package. If null only 544 * @ref cbprintf_package_convert is used to convert and store converted package 599 * can be converted to fsc package if it was create with @ref CBPRINTF_PACKAGE_ADD_RO_STR_POS 704 * @param ap a reference to the values to be converted. 735 * @param ap a reference to the values to be converted. 772 * @param ap a reference to the values to be converted. 866 * @param ap a reference to the values to be converted. 902 * @param ap a reference to the values to be converted. 950 * @param ap a reference to the values to be converted.
|
/Zephyr-latest/include/zephyr/dsp/ |
D | utils.h | 44 * @return The converted floating-point (float32_t) value. 53 * @return The converted floating-point (float32_t) value. 62 * @return The converted floating-point (float32_t) value. 71 * @return The converted floating-point (float64_t) value. 80 * @return The converted floating-point (float64_t) value. 89 * @return The converted floating-point (float64_t) value. 112 * @return The converted Q7 fixed-point value. 122 * @return The converted Q15 fixed-point value. 132 * @return The converted Q31 fixed-point value. 142 * @return The converted Q7 fixed-point value. [all …]
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_string_conv.h | 30 * @return Converted long value. 47 * @return Converted unsigned long value. 64 * @return Converted unsigned long long value. 81 * @return Converted boolean value.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 204 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value) 212 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value) 220 when transmitted as multicast messages. The value is the converted 229 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 408 * @return 16-bit value converted from little endian to host endian. 420 * @return 16-bit value converted from big endian to host endian. 432 * @return 24-bit value converted from little endian to host endian. 444 * @return 24-bit value converted from big endian to host endian. 456 * @return 32-bit value converted from little endian to host endian. 468 * @return 32-bit value converted from big endian to host endian. 480 * @return 40-bit value converted from little endian to host endian. 492 * @return 40-bit value converted from big endian to host endian. 504 * @return 48-bit value converted from little endian to host endian. 516 * @return 48-bit value converted from big endian to host endian. [all …]
|
D | kernel_version.h | 21 * The kernel version has been converted from a string to a four-byte
|
/Zephyr-latest/include/zephyr/timing/ |
D | timing.h | 116 * @return Converted time value 127 * @return Converted time value 232 * @return Converted time value 243 * @return Converted time value 350 * @return Converted time value 368 * @return Converted time value
|
/Zephyr-latest/include/zephyr/drivers/adc/ |
D | adc_npcx_threshold.h | 45 * @param val_mv Input value in millivolts to be converted. 48 * @returns 0 on success, negative result if input cannot be converted due to
|
/Zephyr-latest/tests/drivers/w1/w1_api/src/ |
D | main.c | 115 "rom_01_struct converted to uint64 does not match"); in ZTEST_USER() 118 "rom_02_struct converted to uint64 does not match"); in ZTEST_USER() 121 "rom_03_struct converted to uint64 does not match"); in ZTEST_USER() 125 "rom_01_64 converted to rom struct does not match"); in ZTEST_USER() 128 "rom_02_64 converted to rom struct does not match"); in ZTEST_USER() 131 "rom_03_64 converted to rom struct does not match"); in ZTEST_USER()
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 134 The value is the converted in nanoseconds as follow: 142 The value is the converted in nanoseconds as follow: 150 The value is the converted in nanoseconds as follow:
|
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/config/ |
D | sl_device_init_dcdc_config.h | 7 * invoked through the soc_early_init hook. DeviceTree options are converted to config macros
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | magic_wand_model_data.hpp | 17 /* This is a standard TensorFlow Lite model file that has been converted into a
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | model.hpp | 20 * This is a standard TensorFlow Lite model file that has been converted into a
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/tls_config/ |
D | cert.h | 12 * A DER certificate can be converted to a byte array using
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 162 converted = 0 289 converted += 1 291 logging.info(f'found={len(args.input_paths)}, converted={converted}, '
|
/Zephyr-latest/dts/bindings/adc/ |
D | atmel,sam-adc.yaml | 47 is necessary for the ADC to guarantee the best converted final
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor.h | 1183 * @return The converted value, in Gs. 1199 * @param g The G value to be converted. 1214 * @return The converted value, in micro Gs. 1226 * @param ug The micro G value to be converted. 1240 * @return The converted value, in degrees. 1256 * @param d The value (in degrees) to be converted. 1274 * @return The converted value, in 10 micro degrees. 1286 * @param d The value (in 10 micro degrees) to be converted. 1299 * @return The converted value. 1310 * @return The converted value. [all …]
|
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/ |
D | README.rst | 12 converted to PCM using the OpenPDMFilter library, which is available 102 to be converted to binary later on. The output format is the following:
|
/Zephyr-latest/lib/os/ |
D | cbprintf_complete.c | 503 * This is the character that identifies the representation of the converted 744 /* Extract the next decimal character in the converted representation of a 854 * are adjusted based on the value being converted. 860 * converted value. 863 * the converted value. On exit it is updated to point just past the 864 * converted value. 866 * return a pointer to the start of the converted value. This may not be @p 1497 /* Get the value to be converted from the args. in z_cbvprintf_impl() 1690 /* Update pad0 values based on precision and converted in z_cbvprintf_impl() 1692 * converted sequence, but it does not affect the in z_cbvprintf_impl() [all …]
|
/Zephyr-latest/tests/unit/util/ |
D | main.c | 18 zassert_str_equal(text, "0", "Value=0 is not converted to \"0\""); in ZTEST() 22 zassert_str_equal(text, "1", "Value=1 is not converted to \"1\""); in ZTEST() 26 zassert_str_equal(text, "11", "Value=10 is not converted to \"11\""); in ZTEST() 31 "Value=100 is not converted to \"100\""); in ZTEST() 36 "Value=101 is not converted to \"101\""); in ZTEST() 41 "Value=255 is not converted to \"255\""); in ZTEST() 46 "Length of converted value using 2 byte buffer isn't 2"); in ZTEST() 48 "Value=123 is not converted to \"12\" using 2-byte buffer"); in ZTEST() 53 "Length of converted value using 1 byte buffer isn't 1"); in ZTEST() 55 "Value=123 is not converted to \"1\" using 1-byte buffer"); in ZTEST() [all …]
|
/Zephyr-latest/drivers/fuel_gauge/max17048/ |
D | max17048.c | 84 * Once the value is read, it has to be converted to volts. The datasheet in max17048_voltage() 108 * Once the value is read, it has to be converted to percentage. The datasheet in max17048_percent() 131 * Once the value is read, it has to be converted to something useful. The datasheet in max17048_crate()
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 15 The PDM stream is then converted to PCM using the OpenPDM2PCM library 123 to be converted to binary later on. The output format is the following:
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 315 * @a a and @a b won't be converted and will be compared directly. 326 * @a a and @a b won't be converted and will be compared directly. 337 * @a a and @a b will be converted to `void *` before comparing. 484 * @a a and @a b won't be converted and will be compared directly. If the 496 * @a a and @a b won't be converted and will be compared directly. If the 508 * @a a and @a b will be converted to `void *` before comparing. If the 662 * @a a and @a b won't be converted and will be compared directly. 673 * @a a and @a b will be converted to `void *` before comparing.
|