Home
last modified time | relevance | path

Searched refs:masterBufferIdx (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_scb_i2c.c146 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()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_scb_i2c.h579 volatile uint32_t masterBufferIdx; /**< The current location in the master buffer */ member