Home
last modified time | relevance | path

Searched refs:speed (Results 776 – 800 of 1639) sorted by relevance

1...<<31323334353637383940>>...66

/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/boards/st/nucleo_f722ze/doc/
Dindex.rst11 - USB full-speed/high-speed device
39 - USB OTG Full-speed (1)
40 - USB OTG Full-speed/high-speed (1)
/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()
/Zephyr-latest/drivers/usb/udc/
Dudc_stm32.c798 if (priv->pcd.Init.speed == USBD_HS_SPEED) { in udc_stm32_device_speed()
803 if (priv->pcd.Init.speed == USBD_FS_SPEED) { in udc_stm32_device_speed()
896 uint32_t speed = USB_OTG_SPEED_HIGH; in usb_dc_stm32_get_maximum_speed() local
898 uint32_t speed = USB_OTG_SPEED_FULL; in usb_dc_stm32_get_maximum_speed()
904 speed = USB_OTG_SPEED_HIGH; in usb_dc_stm32_get_maximum_speed()
907 speed = USB_OTG_SPEED_HIGH_IN_FULL; in usb_dc_stm32_get_maximum_speed()
909 speed = USB_OTG_SPEED_FULL; in usb_dc_stm32_get_maximum_speed()
918 return speed; in usb_dc_stm32_get_maximum_speed()
932 priv->pcd.Init.speed = PCD_SPEED_FULL; in priv_pcd_prepare()
940 priv->pcd.Init.speed = usb_dc_stm32_get_maximum_speed(); in priv_pcd_prepare()
/Zephyr-latest/boards/snps/em_starterkit/support/
Dopenocd.cfg18 adapter speed 5000
/Zephyr-latest/samples/bluetooth/hci_uart_async/
Dapp.overlay10 current-speed = <1000000>;
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_lakemont.dts47 current-speed = <115200>;
Dqemu_x86.dts122 current-speed = <115200>;
127 current-speed = <115200>;
/Zephyr-latest/boards/96boards/meerkat96/
D96b_meerkat96_mcimx7d_m4.dts52 current-speed = <115200>;
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/
Dlitex_vexriscv.dts36 current-speed = <115200>;
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20_cpuflpr.dts47 current-speed = <115200>;
/Zephyr-latest/boards/espressif/esp8684_devkitm/
Desp8684_devkitm.dts43 current-speed = <74880>;
/Zephyr-latest/boards/bbc/microbit/
Dboard.cmake4 board_runner_args(jlink "--device=nRF51822_xxAA" "--speed=4000")
/Zephyr-latest/tests/drivers/build_all/comparator/mcux_acmp/
Dmimxrt1176_mux_dac.dts34 enable-high-speed-mode;
/Zephyr-latest/boards/st/stm32h7s78_dk/
Dstm32h7s78_dk.dts103 current-speed = <115200>;
110 current-speed = <115200>;
/Zephyr-latest/boards/google/dragonclaw/
Dgoogle_dragonclaw.dts57 current-speed = <115200>;
65 current-speed = <115200>;
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/
Dheltec_wireless_stick_lite_v3_procpu.dts90 current-speed = <115200>;
171 current-speed = <115200>;
/Zephyr-latest/boards/st/nucleo_u083rc/
Dnucleo_u083rc.dts54 current-speed = <115200>;
61 current-speed = <115200>;
/Zephyr-latest/boards/st/stm32f412g_disco/
Dstm32f412g_disco.dts112 current-speed = <115200>;
119 current-speed = <115200>;
/Zephyr-latest/boards/st/stm32f4_disco/
Dstm32f4_disco.dts89 current-speed = <115200>;
122 current-speed = <115200>;
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
Draytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts121 current-speed = <115200>;
129 current-speed = <115200>;
/Zephyr-latest/boards/arduino/nano_33_iot/
Darduino_nano_33_iot.dts89 current-speed = <115200>;
126 current-speed = <115200>;
/Zephyr-latest/boards/nxp/frdm_mcxc242/
Dfrdm_mcxc242.dts120 current-speed = <115200>;
127 current-speed = <115200>;
/Zephyr-latest/boards/nxp/frdm_mcxc444/
Dfrdm_mcxc444.dts137 current-speed = <115200>;
148 current-speed = <115200>;
/Zephyr-latest/subsys/usb/device_next/
Dusbd_interface.c143 const enum usbd_speed speed, in usbd_interface_default() argument
154 class = usbd_class_get_by_config(uds_ctx, speed, new_cfg, i); in usbd_interface_default()

1...<<31323334353637383940>>...66