Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/NucleoL152/
Di2c-board.c35 static I2cAddrSize I2cInternalAddrSize = I2C_ADDR_SIZE_8;
131 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuWriteMemBuffer()
149 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuReadMemBuffer()
/loramac-node-latest/src/boards/NucleoL073/
Di2c-board.c35 static I2cAddrSize I2cInternalAddrSize = I2C_ADDR_SIZE_8;
133 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuWriteMemBuffer()
151 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuReadMemBuffer()
/loramac-node-latest/src/boards/NucleoL476/
Di2c-board.c35 static I2cAddrSize I2cInternalAddrSize = I2C_ADDR_SIZE_8;
133 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuWriteMemBuffer()
151 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuReadMemBuffer()
/loramac-node-latest/src/boards/NAMote72/
Di2c-board.c35 static I2cAddrSize I2cInternalAddrSize = I2C_ADDR_SIZE_8;
131 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuWriteMemBuffer()
149 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuReadMemBuffer()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Di2c-board.c35 static I2cAddrSize I2cInternalAddrSize = I2C_ADDR_SIZE_8;
133 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuWriteMemBuffer()
151 if( I2cInternalAddrSize == I2C_ADDR_SIZE_8 ) in I2cMcuReadMemBuffer()
/loramac-node-latest/src/boards/
Di2c-board.h68 I2C_ADDR_SIZE_8 = 0, enumerator