Searched full:i2c0 (Results 1 – 25 of 409) sorted by relevance
12345678910>>...17
/Zephyr-latest/tests/drivers/i2c/i2c_api/boards/ |
D | cyw920829m2evk_02.overlay | 8 gy271 = &i2c0; 9 i2c-0 =&i2c0; 13 i2c0: &scb0 {
|
D | it8xxx2_evb.overlay | 3 gy271 = &i2c0;
|
/Zephyr-latest/tests/drivers/i2c/i2c_tca954x/src/ |
D | main.c | 36 const struct device *const i2c0 = DEVICE_DT_GET(I2C_0_CTRL_NODE_ID); in ZTEST() local 39 zassert_true(device_is_ready(i2c0), "I2C 0 not ready"); in ZTEST() 42 i2c_read(i2c0, buff, 1, 0x42); in ZTEST()
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nordic,nrf-twi.yaml | 16 &i2c0 { 27 A "TWI0" instance in the table means "i2c0" in the devicetree 33 i2c0: i2c@40003000 {
|
D | zephyr,i2c-emul-controller.yaml | 24 example, if we wanted to forward any requests from i2c0@0x20 to i2c1, we 27 &i2c0 {
|
D | ite,common-i2c.yaml | 53 being swapped between node &i2c0 and &i2c2 in the application: 58 &i2c0 { 78 setting and recovery pin in &i2c0 and &i2c2 nodes must also be
|
/Zephyr-latest/samples/sensor/thermometer/boards/ |
D | frdm_k22f.overlay | 15 * wired to i2c0 and PTC2 externally 17 &i2c0 {
|
/Zephyr-latest/boards/microchip/mpfs_icicle/ |
D | mpfs_icicle_common.dtsi | 18 i2c0 = &i2c0; 75 &i2c0 {
|
/Zephyr-latest/dts/bindings/sensor/ |
D | sensirion,shtcx.yaml | 10 Example device tree node describing a Sensirion SHTC3 Sensor on the i2c0 bus: 12 &i2c0 {
|
/Zephyr-latest/dts/bindings/mtd/ |
D | atmel,at24.yaml | 20 Example devicetree node describing a ST M24M01 EEPROM on the i2c0 bus: 22 &i2c0 {
|
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/ |
D | heltec_wifi_lora32_v2_procpu.dts | 19 i2c-0 = &i2c0; 82 &i2c0 { 119 arduino_i2c: &i2c0 {};
|
/Zephyr-latest/boards/panasonic/pan1781_evb/ |
D | pan1781_evb-pinctrl.dtsi | 8 /* flow control cannot be used together with i2c0, 21 /* flow control cannot be used together with i2c0,
|
/Zephyr-latest/boards/seeed/xiao_esp32s3/ |
D | xiao_esp32s3_procpu_common.dtsi | 24 i2c-0 = &i2c0; 50 &i2c0 {
|
/Zephyr-latest/boards/seeed/xiao_esp32c3/ |
D | xiao_esp32c3.dts | 29 i2c-0 = &i2c0; 45 &i2c0 {
|
/Zephyr-latest/boards/others/esp32c3_supermini/ |
D | esp32c3_supermini.dts | 29 i2c-0 = &i2c0; 66 &i2c0 {
|
/Zephyr-latest/tests/drivers/fuel_gauge/bq27z746/boards/ |
D | native_sim.overlay | 5 &i2c0 {
|
/Zephyr-latest/tests/drivers/fuel_gauge/max17048/boards/ |
D | native_sim.overlay | 5 &i2c0 {
|
/Zephyr-latest/samples/sensor/max30101/boards/ |
D | hexiwear_mk64f12.overlay | 7 &i2c0 {
|
/Zephyr-latest/tests/drivers/sensor/akm09918c/boards/ |
D | native_sim.overlay | 5 &i2c0 {
|
/Zephyr-latest/samples/drivers/led/lp5562/boards/ |
D | nrf52840dk_nrf52840.overlay | 3 &i2c0 {
|
/Zephyr-latest/samples/drivers/led/lp5569/boards/ |
D | nrf52840dk_nrf52840.overlay | 3 &i2c0 {
|
/Zephyr-latest/samples/drivers/led/lp50xx/boards/ |
D | lpcxpresso11u68.overlay | 10 &i2c0 { 11 /* TI LP5030 LED controller connected to I2C0. */
|
/Zephyr-latest/samples/sensor/bme280/boards/ |
D | intel_adl_crb.overlay | 7 &i2c0 {
|
/Zephyr-latest/samples/sensor/tmp112/boards/ |
D | frdm_k64f.overlay | 7 &i2c0 {
|
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/boards/ |
D | native_sim.overlay | 5 &i2c0 {
|
12345678910>>...17