Searched refs:speed (Results 826 – 850 of 1768) sorted by relevance
1...<<31323334353637383940>>...71
10 # The adapter speed is expected to be set by interface configuration.
45 current-speed = <921600>;
45 current-speed = <115200>;
52 current-speed = <115200>;
39 current-speed = <115200>;
36 current-speed = <115200>;
13 board_runner_args(jlink "--device=STM32H745XI" "--speed=4000")
46 current-speed = <115200>;
64 current-speed = <115200>;
11 # the speed of the test but it will come at the expense of precision.
41 current-speed = <115200>;
89 current-speed = <115200>;96 current-speed = <115200>;
78 current-speed = <115200>;85 current-speed = <115200>;
77 current-speed = <115200>;85 current-speed = <115200>;
91 current-speed = <115200>;98 current-speed = <115200>;
105 current-speed = <115200>;114 current-speed = <115200>;
92 current-speed = <115200>;99 current-speed = <115200>;
109 current-speed = <115200>;116 current-speed = <115200>;
79 current-speed = <115200>;86 current-speed = <115200>;
100 current-speed = <115200>;107 current-speed = <115200>;
97 current-speed = <115200>;104 current-speed = <115200>;
9 1-Wire is a low speed half-duplex serial bus using only a single wire plus16 Reliable communication in standard speed configuration is possible with 10 nodes17 over a bus length of 100 meters. Using overdrive speed, 3 nodes on a bus of
1023 uint32_t speed = 0U; in stm32_i2c_configure_timing() local1030 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() local1074 if ((I2C_SPEED_GET(speed) == I2C_SPEED_GET(data->dev_config)) in stm32_i2c_configure_timing()