Home
last modified time | relevance | path

Searched full:conversions (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-latest/dts/bindings/sensor/
Dti,fdc2x1x.yaml38 true = Auto-Scan conversions as selected by "rr-sequence"
74 Selects channel for continuous conversions.
80 0 = Perform continuous conversions on Channel 0
81 1 = Perform continuous conversions on Channel 1
82 2 = Perform continuous conversions on Channel 2 (FDC2114, FDC2214 only)
83 3 = Perform continuous conversions on Channel 3 (FDC2114, FDC2214 only)
Dmaxim,max31875.yaml17 conversions-per-second:
20 0.25 conversions per second is the power-on reset configuration.
Dti,tmag5170.yaml186 The time in milliseconds the sensor will be in sleep during conversions.
188 Note that to calculate total time between conversions, the conversion time
/Zephyr-latest/lib/os/
DKconfig.cbprintf12 conversions, with Kconfig options to control availability at build
56 With CBPRINTF_COMPLETE conversions that may result in value-specific
60 With CBPRINTF_NANO all conversions will be attempted but values that
77 bool "Floating point %a conversions"
97 conversions. The precision of the original specification is
Dcbprintf_complete.c122 /* Case label to identify conversions for signed integral values. The
131 /* Case label to identify conversions for signed integral arguments.
142 /* Case label to identify conversions for floating point arguments.
156 /* Case label to identify conversions for pointer arguments. The
167 /* For SINT conversions */
170 /* For UINT conversions */
173 /* For FP conversions without L length */
176 /* For FP conversions with L length */
179 /* For PTR conversions */
784 * Alternate form value is applied to o, x, and X conversions.
[all …]
/Zephyr-latest/modules/hal_silabs/gecko/
DCMakeLists.txt36 ${RADIO_DIR}/rail_lib/plugin/pa-conversions/efr32xg1x/config
43 ${RADIO_DIR}/rail_lib/plugin/pa-conversions
48 zephyr_library_sources(${RADIO_DIR}/rail_lib/plugin/pa-conversions/pa_conversions_efr32.c)
49 zephyr_library_sources(${RADIO_DIR}/rail_lib/plugin/pa-conversions/pa_curves_efr32.c)
/Zephyr-latest/modules/cmsis-dsp/
DKconfig142 * Quaternion Conversions
317 bool "Lax Vector Conversions"
321 This option enables lax vector conversions
DCMakeLists.txt42 … zephyr_library_compile_options($<$<STREQUAL:${CMAKE_C_COMPILER_ID},GNU>:-flax-vector-conversions>)
43 …ry_compile_options($<$<STREQUAL:${CMAKE_C_COMPILER_ID},ARMClang>:-flax-vector-conversions=integer>)
45 …phyr_library_compile_options($<$<STREQUAL:${CMAKE_C_COMPILER_ID},GNU>:-fno-lax-vector-conversions>)
46 …brary_compile_options($<$<STREQUAL:${CMAKE_C_COMPILER_ID},ARMClang>:-flax-vector-conversions=none>)
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/
DCMakeLists.txt41 ${RADIO_DIR}/rail_lib/plugin/pa-conversions/efr32xg${SILABS_DEVICE_FAMILY_NUMBER}/config
47 ${RADIO_DIR}/rail_lib/plugin/pa-conversions
70 zephyr_library_sources(${RADIO_DIR}/rail_lib/plugin/pa-conversions/pa_curves_efr32.c)
71 zephyr_library_sources(${RADIO_DIR}/rail_lib/plugin/pa-conversions/pa_conversions_efr32.c)
/Zephyr-latest/drivers/adc/
Dadc_sam_afec.c114 * to signed conversions. in adc_sam_channel_setup()
145 /* Start the conversions. */ in adc_sam_start_conversion()
150 * This is only called once at the beginning of all the conversions,
243 * we wait for the conversions to complete. This is provided by the in start_read()
361 /* Called once all conversions have completed.*/ in adc_sam_isr()
Dadc_sam.c150 * This is only called once at the beginning of all the conversions,
236 * we wait for the conversions to complete. This is provided by the in start_read()
273 /* Called once all conversions have completed.*/ in adc_sam_isr()
Dadc_ads1x1x.c126 /* Assert ALERT/RDY after one conversions */
128 /* Assert ALERT/RDY after two conversions */
130 /* Assert ALERT/RDY after four conversions */
Dadc_stm32wb0.c295 * - SEQ_1 holds channel selection for conversions 0~7 in ll_adc_set_conversion_channel()
296 * - SEQ_2 holds channel selection for conversions 8~15 in ll_adc_set_conversion_channel()
298 * Notice that all conversions in SEQ_2 have 3rd bit set, in ll_adc_set_conversion_channel()
299 * whereas all conversions in SEQ_1 have 3rd bit clear. in ll_adc_set_conversion_channel()
Dadc_sam0.c397 * we wait for the conversions to complete. This is provided by the in start_read()
/Zephyr-latest/drivers/sensor/st/stts751/
DKconfig80 Sensor output data rate expressed in conversions per second.
/Zephyr-latest/drivers/sensor/maxim/max31875/
Dmax31875.c20 /* Conversions per second */
54 * @param convs Conversions per second
/Zephyr-latest/include/zephyr/dsp/
Dutils.h31 * @addtogroup math_dsp_basic_conv_to_float Fixed to Float point conversions
99 * @addtogroup math_dsp_basic_conv_to_fixed Float to Fixed point conversions
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5.h16 /* Helpers for radio timing conversions.
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst66 word, these conversions expand to a 2-4 operation sequence, requiring
81 own conversions to portable real time units) may access this with
298 Some conversions are simple. Code that needs to test for
/Zephyr-latest/lib/libc/picolibc/
DKconfig144 Uses Ryu algorithm for exact binary/decimal float conversions.
/Zephyr-latest/cmake/sca/eclair/ECL/
Dzephyr_common_config.ecl23 -doc_begin="The value-preserving conversions of integer constants are safe"
/Zephyr-latest/
DLICENSE33 and conversions to other media types.
/Zephyr-latest/include/zephyr/
Dsys_clock.h164 * We default to using 64-bit intermediates in timescale conversions,
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Djitter_drift.c216 * conversions otherwise in do_test_using()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_plain_text.c76 /* some temporary buffer space for format conversions */

12