Searched refs:masterBufferIdx (Results 1 – 2 of 2) sorted by relevance
146 context->masterBufferIdx = 0UL; in Cy_SCB_I2C_Init()1275 context->masterBufferIdx = 0UL; in Cy_SCB_I2C_MasterRead()1502 context->masterBufferIdx = 0UL; in Cy_SCB_I2C_MasterWrite()2969 ++context->masterBufferIdx; in MasterHandleDataReceive()2992 context->masterBufferIdx += numToCopied; in MasterHandleDataReceive()3065 context->masterBufferIdx += NumToCopy; in MasterHandleDataTransmit()3087 ++context->masterBufferIdx; in MasterHandleDataTransmit()3209 context->masterNumBytes = context->masterBufferIdx; in MasterHandleComplete()3213 context->masterNumBytes = context->masterBufferIdx - in MasterHandleComplete()
579 volatile uint32_t masterBufferIdx; /**< The current location in the master buffer */ member