Home
last modified time | relevance | path

Searched +full:400 +full:khz (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-latest/dts/bindings/clock/
Dst,stm32u5-msi-clock.yaml33 - 11 # range 11 around 768 KHz
34 - 12 # range 12 around 400 KHz
35 - 13 # range 13 around 200 KHz
36 - 14 # range 14 around 133 KHz
37 - 15 # range 14 around 100 KHz
Dst,stm32-msi-clock.yaml18 - 0 # range 0 around 100 kHz
19 - 1 # range 1 around 200 kHz
20 - 2 # range 2 around 400 kHz
21 - 3 # range 3 around 800 kHz
/Zephyr-latest/drivers/crypto/
DKconfig.ataes132a23 Standard bis speed of up to 100KHz.
28 Fast bus speed of up to 400KHz.
/Zephyr-latest/drivers/sensor/bosch/bmg160/
DKconfig23 Standard bus speed of up to 100kHz.
28 Fast bus speed of up to 400KHz.
107 bool "400 Hz"
/Zephyr-latest/drivers/sensor/st/lis2dh/
DKconfig104 1Hz, 10Hz, 25Hz, 50Hz, 100Hz, 200Hz, 400Hz in all power modes
130 bool "400Hz"
133 bool "1.6KHz"
137 bool "1.25KHz"
141 bool "5KHz"
/Zephyr-latest/drivers/i2c/
DKconfig.it8xxx211 Supported Speeds: 100kHz, 400kHz and 1MHz.
Di2c_rv32m1_lpi2c.c65 baudrate = KHZ(100); in rv32m1_lpi2c_configure()
68 baudrate = KHZ(400); in rv32m1_lpi2c_configure()
75 /* baudrate = KHZ(3400); */ in rv32m1_lpi2c_configure()
Di2c_max32_rtio.c75 case I2C_SPEED_STANDARD: /** I2C Standard Speed: 100 kHz */ in max32_do_configure()
79 case I2C_SPEED_FAST: /** I2C Fast Speed: 400 kHz */ in max32_do_configure()
309 /* When I2C is configured in Standard Bitrate 100KHz in max32_complete()
317 * Bitrate 400Hz. in max32_complete()
Di2c_gecko.c60 baudrate = KHZ(100); in i2c_gecko_configure()
63 baudrate = KHZ(400); in i2c_gecko_configure()
Di2c_sifive.c224 i2c_speed = 100000U; /* 100 KHz */ in i2c_sifive_configure()
227 i2c_speed = 400000U; /* 400 KHz */ in i2c_sifive_configure()
Di2c_mcux.c70 baudrate = KHZ(100); in i2c_mcux_configure()
73 baudrate = KHZ(400); in i2c_mcux_configure()
Di2c_imx.c152 baudrate = KHZ(100); in i2c_imx_configure()
155 baudrate = KHZ(400); in i2c_imx_configure()
Di2c_mcux_lpi2c_rtio.c97 baudrate = KHZ(100); in mcux_lpi2c_do_configure()
100 baudrate = KHZ(400); in mcux_lpi2c_do_configure()
Di2c_rcar.c284 /* Use recommended value for 100 kHz bus */ in i2c_rcar_configure()
289 /* Use recommended value for 400 kHz bus */ in i2c_rcar_configure()
Di2c_esp32.c184 const int scl_half_period = I2C_CLR_BUS_HALF_PERIOD_US; /* use standard 100kHz data rate */ in i2c_master_clear_bus()
325 bitrate = KHZ(100); in i2c_esp32_configure()
328 bitrate = KHZ(400); in i2c_esp32_configure()
807 (bitrate == I2C_BITRATE_STANDARD ? KHZ(100) \
808 : bitrate == I2C_BITRATE_FAST ? KHZ(400) \
Di2c_ite_it8xxx2.c207 * Set i2c standard port (A, B, or C) runs at 400kHz by using timing registers
214 /* Suggested setting of timing registers of 400kHz. */ in i2c_standard_port_timing_regs_400khz()
241 * If port's clock frequency is 400kHz, we use timing registers in i2c_standard_port_set_frequency()
243 * The others use basic 50/100/1000 KHz setting. in i2c_standard_port_set_frequency()
1281 I2C_BITRATE_FAST), "Only supports 400 KHz");
Di2c_mcux_flexcomm.c81 baudrate = KHZ(100); in mcux_flexcomm_configure()
84 baudrate = KHZ(400); in mcux_flexcomm_configure()
Di2c_mcux_lpi2c.c96 baudrate = KHZ(100); in mcux_lpi2c_configure()
99 baudrate = KHZ(400); in mcux_lpi2c_configure()
/Zephyr-latest/boards/pine64/pinetime_devkit0/
Dpinetime_devkit0.dts158 clock-frequency = <I2C_BITRATE_FAST>; /* 400KHz */
160 /* BOSCH BMA421 Triaxial Acceleration Sensor (1000KHz) */
170 /* TianYiHeXin HRS3300 PPG Hear Rate Sensor (800KHz) */
176 /* Hynitron CST816S Capacitive Touch Controller (400KHz) */
/Zephyr-latest/dts/bindings/pinctrl/
Dene,kb1200-pinctrl.yaml34 internal 3.3V pull-up if its i2c frequency won't exceed 400kHz. And we
Dnuvoton,npcx-pinctrl.yaml26 internal 3.3V pull-up if its i2c frequency won't exceed 400kHz.
/Zephyr-latest/soc/ite/ec/it8xxx2/
DKconfig146 be fixed at 400KHz.
175 bool "Use external 32.768 kHz clock source"
/Zephyr-latest/boards/seeed/wio_terminal/doc/
Dindex.rst23 - Light Sensor 400-1050nm
91 :kconfig:option:`CONFIG_SYS_CLOCK_TICKS_PER_SEC` to no more than 32 kHZ divided
103 The SAMD51 MCU is configured to use the 32.768 kHz internal oscillator with the
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c90 /* USB Audio Data is downsampled from 48kHz to match broadcast preset when receiving data */
105 #define AUDIO_TONE_FREQUENCY_HZ 400
325 /* 'size' is in bytes, containing 1ms, 48kHz, stereo, 2 bytes per sample. in data_received()
326 * Take left channel and do a simple downsample to 16kHz/24Khz in data_received()
/Zephyr-latest/drivers/sensor/tdk/mpu9250/
Dak8963.c304 /* Set MPU9250 I2C bus as 400kHz and issue interrupt at data ready. */ in ak8963_init_master()

12