Searched refs:I2C_CFG_FIFOSIZE_MASK (Results 1 – 6 of 6) sorted by relevance
36 #define I2C_CFG_FIFOSIZE_MASK (0x3U) macro38 #define I2C_CFG_FIFOSIZE_GET(x) (((uint32_t)(x) & I2C_CFG_FIFOSIZE_MASK) >> I2C_CFG_FIFOSIZE_SHIFT)
Completed in 16 milliseconds