Home
last modified time | relevance | path

Searched defs:I2C_LL_GET_HW (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h84 #define I2C_LL_GET_HW(i2c_num) (((i2c_num) == 0) ? &I2C0 : &I2C1) macro
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h86 #define I2C_LL_GET_HW(i2c_num) (&I2C0) macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h83 #define I2C_LL_GET_HW(i2c_num) (((i2c_num) == 0) ? &I2C0 : &I2C1) macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h90 #define I2C_LL_GET_HW(i2c_num) (&I2C0) macro
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h85 #define I2C_LL_GET_HW(i2c_num) (((i2c_num) == 0) ? &I2C0 : &I2C1) macro