Home
last modified time | relevance | path

Searched refs:speed (Results 826 – 850 of 1768) sorted by relevance

1...<<31323334353637383940>>...71

/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Dboard.cmake10 # The adapter speed is expected to be set by interface configuration.
/Zephyr-latest/boards/particle/argon/
Dparticle_argon.dts45 current-speed = <921600>;
/Zephyr-latest/boards/particle/xenon/
Dparticle_xenon.dts45 current-speed = <115200>;
/Zephyr-latest/boards/phytec/phyboard_lyra/
Dphyboard_lyra_am6234_a53.dts52 current-speed = <115200>;
/Zephyr-latest/boards/qemu/cortex_a53/
Dqemu_cortex_a53.dts39 current-speed = <115200>;
/Zephyr-latest/boards/raytac/mdbt53_db_40/
Draytac_mdbt53_db_40_nrf5340_cpunet.dts36 current-speed = <115200>;
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
Draytac_mdbt53v_db_40_nrf5340_cpunet.dts36 current-speed = <115200>;
/Zephyr-latest/boards/st/stm32h745i_disco/
Dboard.cmake13 board_runner_args(jlink "--device=STM32H745XI" "--speed=4000")
/Zephyr-latest/boards/nxp/imx95_evk/
Dimx95_evk_mimx9596_m7.dts46 current-speed = <115200>;
Dimx95_evk_mimx9596_a55.dts64 current-speed = <115200>;
/Zephyr-latest/boards/wiznet/w5500_evb_pico2/
Dboard.cmake10 # The adapter speed is expected to be set by interface configuration.
/Zephyr-latest/tests/kernel/fpu_sharing/generic/
DCMakeLists.txt11 # the speed of the test but it will come at the expense of precision.
/Zephyr-latest/boards/technexion/pico_pi/
Dpico_pi_mcimx7d_m4.dts41 current-speed = <115200>;
/Zephyr-latest/boards/st/nucleo_c071rb/
Dnucleo_c071rb.dts89 current-speed = <115200>;
96 current-speed = <115200>;
/Zephyr-latest/boards/st/nucleo_f410rb/
Dnucleo_f410rb.dts78 current-speed = <115200>;
85 current-speed = <115200>;
/Zephyr-latest/boards/rakwireless/rak4631/
Drak4631_nrf52840.dts77 current-speed = <115200>;
85 current-speed = <115200>;
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf54l15bsim_nrf54l15_cpuapp.dts91 current-speed = <115200>;
98 current-speed = <115200>;
Dnrf52_bsim.dts105 current-speed = <115200>;
114 current-speed = <115200>;
/Zephyr-latest/boards/others/black_f407ve/
Dblack_f407ve.dts92 current-speed = <115200>;
99 current-speed = <115200>;
/Zephyr-latest/boards/st/stm32c0116_dk/
Dstm32c0116_dk.dts109 current-speed = <115200>;
116 current-speed = <115200>;
/Zephyr-latest/boards/st/nucleo_g070rb/
Dnucleo_g070rb.dts79 current-speed = <115200>;
86 current-speed = <115200>;
/Zephyr-latest/boards/st/nucleo_wba52cg/
Dnucleo_wba52cg.dts100 current-speed = <115200>;
107 current-speed = <115200>;
/Zephyr-latest/boards/st/nucleo_h533re/
Dnucleo_h533re.dts97 current-speed = <115200>;
104 current-speed = <115200>;
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst9 1-Wire is a low speed half-duplex serial bus using only a single wire plus
16 Reliable communication in standard speed configuration is possible with 10 nodes
17 over a bus length of 100 meters. Using overdrive speed, 3 nodes on a bus of
/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c1023 uint32_t speed = 0U; in stm32_i2c_configure_timing() local
1030 for (speed = 0 ; speed <= (uint32_t)STM32_I2C_SPEED_FREQ_FAST_PLUS ; speed++) { in stm32_i2c_configure_timing()
1031 if ((i2c_freq >= stm32_i2c_charac[speed].freq_min) && in stm32_i2c_configure_timing()
1032 (i2c_freq <= stm32_i2c_charac[speed].freq_max)) { in stm32_i2c_configure_timing()
1033 i2c_compute_presc_scldel_sdadel(clock, speed); in stm32_i2c_configure_timing()
1034 idx = i2c_compute_scll_sclh(clock, speed); in stm32_i2c_configure_timing()
1072 uint32_t speed = i2c_map_dt_bitrate(preset->i2c_speed); in stm32_i2c_configure_timing() local
1074 if ((I2C_SPEED_GET(speed) == I2C_SPEED_GET(data->dev_config)) in stm32_i2c_configure_timing()

1...<<31323334353637383940>>...71