Home
last modified time | relevance | path

Searched full:difference (Results 1 – 25 of 172) sorted by relevance

1234567

/Zephyr-latest/subsys/net/ip/
D6lo.h32 * @return header size difference on success (>= 0), negative errno otherwise
82 * @brief Return the header size difference after uncompression
85 * The point is only to calculate the difference.
89 * @return header difference or INT_MAX in case of error.
/Zephyr-latest/include/zephyr/sys/
Dspeculation.h38 /* Take the difference between index and max. in k_array_index_sanitize()
41 * indexes which would wrap around the difference calculation. in k_array_index_sanitize()
/Zephyr-latest/include/zephyr/linker/
Dlinker-tool-lld.h27 * aligns LMA and VMA of every section to the same value) and the difference
29 * The difference between LMA and VMA is constant for every section, so this
/Zephyr-latest/include/zephyr/arch/arc/
Dtool-compat.h15 * difference.
/Zephyr-latest/boards/native/native_posix/
DKconfig30 case the zephyr kernel and application cannot tell the difference unless they
/Zephyr-latest/subsys/net/lib/ptp/
Dddt.h120 * @brief Type holding difference between two numeric value
121 * @note 5.3.11 - relative difference between two numeric values.
/Zephyr-latest/dts/bindings/dma/
Dnxp,edma.yaml17 to be considered valid. The difference between this
/Zephyr-latest/dts/bindings/gpio/
Dnxp,pca_series.yaml20 # but has no difference from driver's view.
Dpanasonic,reduced-arduino-header.yaml28 and provides four different headers. The main difference is that some
/Zephyr-latest/tests/kernel/timer/starve/
DREADME.txt22 difference between the current and last-recorded counter value will fail
/Zephyr-latest/samples/drivers/mspi/mspi_async/
DREADME.rst13 To this sample, however, the implementation should make no difference.
/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst68 differently so there is slight difference because of rounding errors.
84 differently so there is slight difference because of rounding errors.
/Zephyr-latest/include/zephyr/dt-bindings/spi/
Dspi.h32 * The main difference is the behavior of the CS line. In Motorola it stays
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo.c46 /* hdr_diff will hold the hdr size difference on success */ in ieee802154_6lo_encode_pkt()
/Zephyr-latest/boards/native/native_sim/
DKconfig38 case the zephyr kernel and application cannot tell the difference unless they
/Zephyr-latest/dts/bindings/sensor/
Dnxp,mcux-qdec.yaml46 difference counters to operate with count rates up to the IPBus
/Zephyr-latest/subsys/settings/include/settings/
Dsettings_nvs.h24 * difference between name and value ID is constant and equal to
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py174 difference = basic_model_size - quantized_model_size
175 print("Difference is %d bytes" % difference)
/Zephyr-latest/include/zephyr/net/
Dnet_timeout.h45 * 32-bit unsigned difference to a 32-bit signed difference, which caps the
/Zephyr-latest/include/zephyr/toolchain/
Dzephyr_stdint.h57 #error "unexpected size difference between pointers and long ints"
/Zephyr-latest/samples/boards/st/ccm/
DREADME.rst10 on several STM32 devices. The very important difference with
137 The difference with the first run is that the ccm_noinit section still has the
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DKconfig38 # difference in the test period is nothing unusual (it can happen for
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c131 float difference = theta[i] - theta[i - 1]; in estimate_distance_using_phase_slope() local
133 if (difference > PI) { in estimate_distance_using_phase_slope()
137 } else if (difference < -PI) { in estimate_distance_using_phase_slope()
/Zephyr-latest/doc/kernel/
Dtimeutil.rst142 changes in Earth’s rotation. Thus the difference between TAI and UT varies
171 difference between TAI and UTC from 36 seconds to 37 seconds. There was
172 no leap second introduced at the end of 1999, when the difference
217 between two observations taken at 1 Hz is not equal to the numeric difference
/Zephyr-latest/dts/bindings/clock/
Dmicrochip,xec-pcr.yaml55 Maximum duty cycle variation. Difference in units of 48HMz between

1234567