| 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; |
no outgoing calls
no test coverage detected