Home
last modified time | relevance | path

Searched full:i2c0 (Results 1 – 25 of 27) sorted by relevance

12

/hal_espressif-latest/components/soc/esp32c2/ld/
Desp32c2.peripherals.ld14 PROVIDE ( I2C0 = 0x60013000 ); symbol
/hal_espressif-latest/components/soc/esp32c3/ld/
Desp32c3.peripherals.ld17 PROVIDE ( I2C0 = 0x60013000 ); symbol
/hal_espressif-latest/components/soc/esp32s2/ld/
Desp32s2.peripherals.ld18 PROVIDE ( I2C0 = 0x3f413000 ); symbol
/hal_espressif-latest/components/soc/esp32/ld/
Desp32.peripherals.ld18 PROVIDE ( I2C0 = 0x3ff53000 ); symbol
/hal_espressif-latest/components/soc/esp32s3/ld/
Desp32s3.peripherals.ld20 PROVIDE ( I2C0 = 0x60013000 ); symbol
/hal_espressif-latest/components/soc/esp32h2/ld/
Desp32h2.peripherals.ld12 PROVIDE ( I2C0 = 0x60004000 ); symbol
/hal_espressif-latest/components/soc/esp32c6/ld/
Desp32c6.peripherals.ld12 PROVIDE ( I2C0 = 0x60004000 ); symbol
/hal_espressif-latest/zephyr/port/pincfgs/
Desp32c3.yml73 i2c0:
Desp32c6.yml145 i2c0:
Desp32s2.yml97 i2c0:
Desp32.yml103 i2c0:
Desp32s3.yml61 i2c0:
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2c_ll.h64 #define I2C_LL_GET_HW(i2c_num) (((i2c_num) == 0) ? &I2C0 : &I2C1)
534 uint32_t fifo_addr = (hw == &I2C0) ? 0x6001301c : 0x6002701c; in i2c_ll_write_txfifo()
552 uint32_t fifo_addr = (hw == &I2C0) ? 0x6001301c : 0x6002701c; in i2c_ll_read_rxfifo()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2c_struct.h371 extern i2c_dev_t I2C0;
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Di2c_struct.h400 extern i2c_dev_t I2C0;
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2c_ll.h64 #define I2C_LL_GET_HW(i2c_num) (((i2c_num) == 0) ? &I2C0 : &I2C1)
521 uint32_t fifo_addr = (hw == &I2C0) ? 0x6001301c : 0x6002701c; in i2c_ll_write_txfifo()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2c_ll.h65 #define I2C_LL_GET_HW(i2c_num) (i2c_num == 0 ? (&I2C0) : (&I2C1))
66 #define I2C_LL_GET_NUM(hw) (hw == &I2C0 ? 0 : 1)
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2c_struct.h294 extern i2c_dev_t I2C0;
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Di2c_ll.h66 #define I2C_LL_GET_HW(i2c_num) (&I2C0)
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2c_ll.h66 #define I2C_LL_GET_HW(i2c_num) (((i2c_num) == 0) ? &I2C0 : &I2C1)
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2c_ll.h67 #define I2C_LL_GET_HW(i2c_num) (&I2C0)
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Di2c_struct.h889 extern i2c_dev_t I2C0;
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2c_ll.h66 #define I2C_LL_GET_HW(i2c_num) (((i2c_num) == I2C_NUM_0) ? (&I2C0) : (&LP_I2C))
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Di2c_struct.h1015 extern i2c_dev_t I2C0;
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2c_struct.h1009 extern i2c_dev_t I2C0;

12