Searched refs:conversion (Results 1 – 25 of 54) sorted by relevance
123
/Zephyr-Core-3.7.0/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 145 vbus-conversion-time-us = <4156>; 146 vshunt-conversion-time-us = <4156>; 156 vbus-conversion-time-us = <4156>; 157 vshunt-conversion-time-us = <4156>; 167 vbus-conversion-time-us = <4156>; 168 vshunt-conversion-time-us = <4156>; 178 vbus-conversion-time-us = <4156>; 179 vshunt-conversion-time-us = <4156>;
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/drivers/dac/boards/ |
D | frdm_rw612.overlay | 10 nxp,conversion-rate = "500K";
|
D | rd_rw612_bga.overlay | 10 nxp,conversion-rate = "500K";
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/sensor/infineon/xmc4xxx_temp/ |
D | Kconfig | 17 Offset adjustment is defined as a shift of the conversion result.
|
/Zephyr-Core-3.7.0/soc/ti/simplelink/cc13x2_cc26x2/ |
D | Kconfig.defconfig | 11 # to reduce truncation errors from accumulating due to conversion to/from
|
/Zephyr-Core-3.7.0/soc/ti/simplelink/cc13x2x7_cc26x2x7/ |
D | Kconfig.defconfig | 11 # to reduce truncation errors from accumulating due to conversion to/from
|
/Zephyr-Core-3.7.0/cmake/ |
D | extra_flags.cmake | 13 # Already a proper list, no conversion needed.
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/st/stm32g071b_disco/ |
D | stm32g071b_disco.dts | 148 vbus-conversion-time-us = <1100>; 149 vshunt-conversion-time-us = <1100>;
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/doc/connectivity/networking/api/ |
D | net_hostname.rst | 31 Alternatively, if you prefer a hexadecimal conversion for the prefix, then call
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/cmake/modules/ |
D | unittest.cmake | 35 # Already a proper list, no conversion needed.
|
/Zephyr-Core-3.7.0/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
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/cmake/bintools/gnu/ |
D | target_bintools.cmake | 3 # - elfconvert : Name of command for elf file conversion.
|
/Zephyr-Core-3.7.0/cmake/bintools/llvm/ |
D | target_bintools.cmake | 3 # - elfconvert : Name of command for elf file conversion.
|
/Zephyr-Core-3.7.0/tests/drivers/build_all/adc/boards/ |
D | native_sim.overlay | 94 conversion-speed = <60>;
|
/Zephyr-Core-3.7.0/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 29 -Wno-unaligned-pointer-conversion
|
/Zephyr-Core-3.7.0/doc/kernel/ |
D | timeutil.rst | 196 There are two stages required to support conversion between Zephyr time and 231 Because C and Zephyr library functions support conversion between integral and
|
123