Home
last modified time | relevance | path

Searched refs:i2c (Results 1 – 25 of 80) sorted by relevance

1234

/samples/modules/tflite-micro/magic_wand/renode/
A Dlitex-vexriscv-tflite.resc11 logLevel 3 i2c
17 i2c.adxl345 MaxFifoDepth 1
18 i2c.adxl345 FeedSample $ORIGIN/circle.data
19 i2c.adxl345 FeedSample 0 15000 15000 128
20 i2c.adxl345 FeedSample 0 0 0 128
21 i2c.adxl345 FeedSample $ORIGIN/angle.data
22 i2c.adxl345 FeedSample 0 15000 15000 128
23 i2c.adxl345 FeedSample 0 0 0 128
25 i2c.adxl345 FeedSample 0 15000 15000 128
26 i2c.adxl345 FeedSample 0 0 0 128
[all …]
A Dlitex-vexriscv-tflite.robot82 Execute Command i2c.adxl345 MaxFifoDepth 1
84 Execute Command i2c.adxl345 FeedSample 0 15000 15000 128
85 Execute Command i2c.adxl345 FeedSample 0 0 0 128
86 Execute Command i2c.adxl345 FeedSample @${CURDIR}/angle.data
87 Execute Command i2c.adxl345 FeedSample 0 15000 15000 128
88 Execute Command i2c.adxl345 FeedSample 0 0 0 128
90 Execute Command i2c.adxl345 FeedSample 0 15000 15000 128
91 Execute Command i2c.adxl345 FeedSample 0 0 0 128
92 Execute Command i2c.adxl345 FeedSample @${CURDIR}/angle.data
93 Execute Command i2c.adxl345 FeedSample 0 15000 15000 128
[all …]
A Dlitex-vexriscv-tflite.repl29 i2c: I2C.LiteX_I2C_Zephyr @ {
34 adxl345: Sensors.ADXL345 @ i2c 0x1D
/samples/drivers/i2c/target_eeprom/
A Dsample.yaml4 sample.drivers.i2c.target:
10 sample.drivers.i2c.target.kinetis:
20 - "i2c target sample"
21 - "i2c target driver registered"
22 - "i2c target driver unregistered"
A DREADME.rst1 .. zephyr:code-sample:: i2c-eeprom-target
10 This sample demonstrates how to setup and use the :ref:`i2c-target-api` using the
11 :dtcompatible:`zephyr,i2c-target-eeprom` device.
23 The code for this sample can be found in :zephyr_file:`samples/drivers/i2c/target_eeprom`.
28 :zephyr-app: samples/drivers/i2c/target_eeprom
/samples/drivers/lcd_cyclonev_socdk/src/
A Dmain.c17 const struct device *const i2c = DEVICE_DT_GET(I2C_INST); variable
25 ret = i2c_write(i2c, &buf, sizeof(buf), LCD_ADDRESS); in send_ascii()
38 ret = i2c_write(i2c, str_ptr, len, LCD_ADDRESS); in send_string()
53 ret = i2c_write(i2c, (const uint8_t *) &buf, sizeof(buf), LCD_ADDRESS); in send_command_no_param()
68 ret = i2c_write(i2c, (const uint8_t *) &buf, sizeof(buf), LCD_ADDRESS); in send_command_one_param()
93 if (!device_is_ready(i2c)) { in main()
/samples/boards/st/i2c_timing/
A Dsample.yaml5 depends_on: i2c
8 - i2c
9 filter: dt_compat_enabled("st,stm32-i2c-v2")
/samples/modules/pmci/mctp/i2c_gpio_bus_endpoint/boards/
A Dfrdm_mcxn947_mcxn947_cpu0.overlay3 /* Sets up I2C and a GPIO on JP8 to use as our i2c bus for MCTP */
30 compatible = "zephyr,mctp-i2c-gpio-target";
31 i2c = <&flexcomm2_lpi2c2>;
32 i2c-addr = <70>;
/samples/modules/pmci/mctp/i2c_gpio_bus_owner/boards/
A Dfrdm_mcxn947_mcxn947_cpu0.overlay3 /* Sets up I2C and a GPIO on JP8 to use as our i2c bus for MCTP */
24 compatible = "zephyr,mctp-i2c-gpio-controller";
25 i2c = <&flexcomm2_lpi2c2>;
/samples/drivers/i2c/custom_target/
A DREADME.rst1 .. zephyr:code-sample:: i2c-custom-target
11 using the :ref:`i2c-target-api`.
23 The code for this sample can be found in :zephyr_file:`samples/drivers/i2c/custom_target`.
28 :zephyr-app: samples/drivers/i2c/custom_target
A Dsample.yaml4 sample.drivers.i2c.custom_target:
/samples/sensor/paj7620_gesture/
A Dsample.yaml12 - i2c
18 - i2c
/samples/drivers/haptics/drv2605/boards/
A Dnucleo_f401re.overlay7 #include <zephyr/dt-bindings/i2c/i2c.h>
/samples/drivers/i2s/echo/src/
A Dcodec.h9 #if DT_ON_BUS(WM8731_NODE, i2c)
/samples/sensor/bq274xx/
A Dsample.yaml11 depends_on: i2c
18 depends_on: i2c
/samples/drivers/i2c/rtio_loopback/boards/
A Db_u585i_iot02a.overlay15 i2c-controller = &i2c1;
16 i2c-controller-target = &i2c2;
A Dnucleo_f401re.overlay15 i2c-controller = &i2c1;
16 i2c-controller-target = &i2c3;
A Dnrf5340dk_nrf5340_cpuapp.overlay14 i2c-controller = &i2c1;
15 i2c-controller-target = &i2c2;
/samples/boards/st/i2c_timing/boards/
A Dnucleo_l476rg.overlay3 i2c-0 = &i2c1;
A Dnucleo_wb55rg.overlay3 i2c-0 = &i2c1;
/samples/drivers/i2c/rtio_loopback/
A DREADME.rst1 .. zephyr:code-sample:: i2c-rtio-loopback
35 aliases ``i2c-controller`` and ``i2c-controller-target`` respectively:
41 i2c-controller = &i2c1;
42 i2c-controller-target = &i2c2;
/samples/sensor/adt7420/
A Dsample.yaml8 depends_on: i2c
/samples/drivers/i2c/target_eeprom/boards/
A Dfrdm_mcxa153.overlay11 compatible = "zephyr,i2c-target-eeprom";
/samples/sensor/bmg160/
A Dsample.yaml8 - i2c
/samples/sensor/lsm303dlhc/
A Dsample.yaml10 - i2c

Completed in 74 milliseconds

1234