Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 221) sorted by relevance

123456789

/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_uploader.c185 int32_t adjust; in udp_upload() local
192 adjust = packet_duration; in udp_upload()
193 adjust -= (int32_t)(loop_time - last_loop_time); in udp_upload()
197 adjust = 0; in udp_upload()
200 if ((adjust >= 0) || (-adjust < delay)) { in udp_upload()
201 delay += adjust; in udp_upload()
242 (int)adjust); in udp_upload()
/Zephyr-latest/include/zephyr/drivers/
Dptp_clock.h28 int (*adjust)(const struct device *dev, int increment); member
81 return api->adjust(dev, increment); in ptp_clock_adjust()
/Zephyr-latest/samples/sensor/mcux_acmp/
DREADME.rst29 Build the application for the :zephyr:board:`twr_ke18f` board, and adjust the
40 Build the application for the MIMXRT1170-EVK board, and adjust the
51 Build the application for the FRDM-KE17Z board, and adjust the
62 Build the application for the FRDM-KE17Z512 board, and adjust the
73 Build the application for the MIMXRT1180-EVK board, and adjust the
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dstm32u5a9j_dk.overlay9 /* adjust channel number according to pinmux in board.dts */
Dstm32g081b_eval.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_f030r8.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_u5a5zj_q.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_f070rb.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_f072rb.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_f303k8.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_f446ze.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_f767zi.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_g0b1re.overlay9 /* adjust channel number according to pinmux in board.dts */
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dnucleo_wba52cg.overlay9 /* adjust channel number according to pinmux in board.dts */
Drobokit1.overlay11 /* adjust channel number according to pinmux in board.dts */
Dlongan_nano.overlay7 /* adjust channel number according to pinmux in board.dts */
Dlongan_nano_gd32vf103_lite.overlay7 /* adjust channel number according to pinmux in board.dts */
Dgd32l233r_eval.overlay9 /* adjust channel number according to pinmux in board.dts */
Dmimxrt1015_evk.overlay9 /* adjust channel number according to pinmux in board.dts */
Dmimxrt1020_evk.overlay9 /* adjust channel number according to pinmux in board.dts */
Dmimxrt1024_evk.overlay9 /* adjust channel number according to pinmux in board.dts */
Dmimxrt1050_evk_mimxrt1052_hyperflash.overlay9 /* adjust channel number according to pinmux in board.dts */
Dmimxrt1060_evk_mimxrt1062_qspi_C.overlay9 /* adjust channel number according to pinmux in board.dts */
Dnucleo_u575zi_q.overlay6 /* adjust channel number according to pinmux in board.dts */
/Zephyr-latest/soc/st/stm32/stm32l1x/
DKconfig.defconfig10 # adjust the fallback because of the LSI oscaillator characteristics

123456789