Home
last modified time | relevance | path

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

/loramac-node-latest/src/system/
Di2c.h60 void I2cInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda );
Di2c.c32 void I2cInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda ) in I2cInit() function
/loramac-node-latest/src/boards/SAMR34/
Dboard.c89 I2cInit( &I2c, I2C_1, I2C_SCL, I2C_SDA ); in BoardInitMcu()
/loramac-node-latest/src/boards/NAMote72/
Dboard.c187 I2cInit( &I2c, I2C_1, I2C_SCL, I2C_SDA ); in BoardInitMcu()