Searched refs:i2cId (Results 1 – 9 of 9) sorted by relevance
/loramac-node-3.7.0/src/boards/SAMR34/ |
D | i2c-board.c | 43 void I2cMcuInit( I2c_t* obj, I2cId_t i2cId, PinNames scl, PinNames sda ) in I2cMcuInit() argument 45 obj->I2cId = i2cId; in I2cMcuInit()
|
/loramac-node-3.7.0/src/system/ |
D | i2c.c | 32 void I2cInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda ) in I2cInit() argument 38 I2cMcuInit( obj, i2cId, scl, sda ); in I2cInit()
|
D | i2c.h | 60 void I2cInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda );
|
/loramac-node-3.7.0/src/boards/NucleoL152/ |
D | i2c-board.c | 37 void I2cMcuInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda ) in I2cMcuInit() argument 44 obj->I2cId = i2cId; in I2cMcuInit()
|
/loramac-node-3.7.0/src/boards/NucleoL476/ |
D | i2c-board.c | 37 void I2cMcuInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda ) in I2cMcuInit() argument 44 obj->I2cId = i2cId; in I2cMcuInit()
|
/loramac-node-3.7.0/src/boards/NAMote72/ |
D | i2c-board.c | 37 void I2cMcuInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda ) in I2cMcuInit() argument 44 obj->I2cId = i2cId; in I2cMcuInit()
|
/loramac-node-3.7.0/src/boards/NucleoL073/ |
D | i2c-board.c | 37 void I2cMcuInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda ) in I2cMcuInit() argument 44 obj->I2cId = i2cId; in I2cMcuInit()
|
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/ |
D | i2c-board.c | 37 void I2cMcuInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda ) in I2cMcuInit() argument 44 obj->I2cId = i2cId; in I2cMcuInit()
|
/loramac-node-3.7.0/src/boards/ |
D | i2c-board.h | 79 void I2cMcuInit( I2c_t *obj, I2cId_t i2cId, PinNames scl, PinNames sda );
|