Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/include/hardware/
Di2c.h191 #ifndef I2C_DREQ_NUM
195 #define I2C_DREQ_NUM(i2c,is_tx) (DREQ_I2C0_TX + I2C_NUM(i2c) * 2 + !(is_tx)) macro
459 return I2C_DREQ_NUM(i2c, is_tx); in i2c_get_dreq()