MCPcopy Create free account
hub / github.com/SmingHub/Sming / twii_InitBuffer

Function twii_InitBuffer

Sming/Libraries/I2Cdev/I2Cdev.cpp:1026–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024 }
1025
1026 void twii_InitBuffer(uint8_t ucPos, uint8_t ucLength) {
1027 twi_masterBufferIndex = 0;
1028 twi_masterBufferLength = ucLength;
1029 }
1030
1031 void twii_CopyToBuf(uint8_t* pData, uint8_t ucLength) {
1032 uint8_t i;

Callers 2

twi_write00Function · 0.85
twi_read00Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected