Home
last modified time | relevance | path

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

/bsp/efm32/Libraries/emlib/src/
A Dem_i2c.c58 #define I2C_REF_VALID(ref) ((ref) == I2C0) macro
62 #define I2C_REF_VALID(ref) ((ref == I2C0) || (ref == I2C1)) macro
270 EFM_ASSERT(I2C_REF_VALID(i2c)); in I2C_Enable()
288 EFM_ASSERT(I2C_REF_VALID(i2c)); in I2C_Init()
371 EFM_ASSERT(I2C_REF_VALID(i2c)); in I2C_Transfer()
729 EFM_ASSERT(I2C_REF_VALID(i2c)); in I2C_TransferInit()

Completed in 5 milliseconds