Home
last modified time | relevance | path

Searched refs:i2c_hw_index (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_i2c_slave/
Di2c_slave.c60 uint i2c_index = i2c_hw_index(i2c); in i2c_slave_init()
83 uint i2c_index = i2c_hw_index(i2c); in i2c_slave_deinit()
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/include/hardware/
Di2c.h210 #define i2c_hw_index(i2c) i2c_get_index(i2c) macro
219 i2c_hw_index(i2c); // check it is a hw i2c in i2c_get_hw()