Searched refs:conversion (Results 1 – 25 of 65) sorted by relevance
123
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 162 vbus-conversion-time-us = <4156>; 163 vshunt-conversion-time-us = <4156>; 173 vbus-conversion-time-us = <4156>; 174 vshunt-conversion-time-us = <4156>; 184 vbus-conversion-time-us = <4156>; 185 vshunt-conversion-time-us = <4156>; 195 vbus-conversion-time-us = <4156>; 196 vshunt-conversion-time-us = <4156>;
|
/Zephyr-latest/drivers/sensor/ti/tmp112/ |
D | Kconfig | 28 bool "Allow to set conversion rate at runtime" 31 When set conversion rate can be set at runtime using sensor_attr_set
|
/Zephyr-latest/samples/drivers/dac/boards/ |
D | frdm_rw612.overlay | 10 nxp,conversion-rate = "500K";
|
D | rd_rw612_bga.overlay | 10 nxp,conversion-rate = "500K";
|
/Zephyr-latest/lib/os/ |
D | cbprintf_complete.c | 189 struct conversion { struct 339 static inline const char *extract_flags(struct conversion *conv, in extract_flags() 388 static inline const char *extract_width(struct conversion *conv, in extract_width() 420 static inline const char *extract_prec(struct conversion *conv, in extract_prec() 453 static inline const char *extract_length(struct conversion *conv, in extract_length() 513 static inline const char *extract_specifier(struct conversion *conv, in extract_specifier() 643 static inline const char *extract_conversion(struct conversion *conv, in extract_conversion() 646 *conv = (struct conversion) { in extract_conversion() 791 struct conversion *conv, in encode_uint() 870 struct conversion *conv, in encode_float() [all …]
|
D | Kconfig.cbprintf | 51 This will decrease stack space, but affects conversion of any type 81 The %a hexadecimal format for floating point value conversion was 85 Selecting this adds support for the conversion, but increases the
|
/Zephyr-latest/samples/sensor/thermometer/boards/ |
D | nucleo_h7a3zi_q.overlay | 27 conversion-rate = <220000>;
|
/Zephyr-latest/drivers/sensor/infineon/xmc4xxx_temp/ |
D | Kconfig | 17 Offset adjustment is defined as a shift of the conversion result.
|
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/ |
D | Kconfig.defconfig | 11 # to reduce truncation errors from accumulating due to conversion to/from
|
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/ |
D | Kconfig.defconfig | 11 # to reduce truncation errors from accumulating due to conversion to/from
|
/Zephyr-latest/cmake/ |
D | extra_flags.cmake | 13 # Already a proper list, no conversion needed.
|
/Zephyr-latest/drivers/sensor/maxim/max30101/ |
D | Kconfig | 87 pulse/conversion per active LED channel. In SpO2 mode, these means 88 one IR pulse/conversion and one red pulse/conversion per sample
|
/Zephyr-latest/boards/st/stm32g071b_disco/ |
D | stm32g071b_disco.dts | 148 vbus-conversion-time-us = <1100>; 149 vshunt-conversion-time-us = <1100>;
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.memory | 96 bool "Use intermediate conversion buffer for monochrome displays" 100 is needed to perform the conversion.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.df | 273 prompt "IQ samples 12 bit to 8 bit conversion approach" 283 sections 7.7.65.21 and 7.7.65.22. This config enables conversion of 12 bit IQ samples to 293 sections 7.7.65.21 and 7.7.65.22. This config enables conversion of 12 bit IQ samples to 295 is a loss in accuracy. This conversion may be used only if you are sure samples will not 304 sections 7.7.65.21 and 7.7.65.22. This config enables conversion of 12 bit IQ samples to 305 8 bits by use of 8 least significant bits. This conversion may be used only if you are
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_hostname.rst | 31 Alternatively, if you prefer a hexadecimal conversion for the prefix, then call
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i2c/doc/ |
D | index.rst | 21 for different operation conditions: continuous conversion, one-shot mode
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i3c/doc/ |
D | index.rst | 21 for different operation conditions: continuous conversion, one-shot mode
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 141 bool "support for exact float/string conversion" 153 doing binary to decimal conversion in printf for 64-bit
|
/Zephyr-latest/cmake/modules/ |
D | unittest.cmake | 36 # Already a proper list, no conversion needed.
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 48 Zephyr provides an extensively enumerated conversion library with 51 Control of rounding is provided, and each conversion is available in 61 See the reference documentation for the full enumeration of conversion 155 multiple-conversion steps internal to the kernel, so precision is
|
/Zephyr-latest/cmake/bintools/llvm/ |
D | target_bintools.cmake | 3 # - elfconvert : Name of command for elf file conversion.
|
/Zephyr-latest/cmake/bintools/ |
D | bintools_template.cmake | 2 # for additional tools for reading and/or conversion of elf files. 62 # - elfconvert : Name of command for elf file conversion.
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 88 to append string to a package. It can be handled correctly during conversion 103 Cbprintf package conversion
|
/Zephyr-latest/dts/arm/st/g0/ |
D | stm32g0.dtsi | 418 * cycles, the sampling in a single ADC conversion or in 419 * the first conversion of a sequence takes one extra
|
123