Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_i2c.c1278 context->masterNumBytes = 0UL; in Cy_SCB_I2C_MasterRead()
1414 context->masterNumBytes = 0UL; in Cy_SCB_I2C_MasterAbortRead()
1505 context->masterNumBytes = 0UL; in Cy_SCB_I2C_MasterWrite()
1651 context->masterNumBytes = 0UL; in Cy_SCB_I2C_MasterAbortWrite()
1701 return (context->masterNumBytes); in Cy_SCB_I2C_MasterGetTransferCount()
3211 context->masterNumBytes = context->masterBufferIdx; in MasterHandleComplete()
3215 context->masterNumBytes = context->masterBufferIdx - in MasterHandleComplete()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_i2c.h604 volatile uint32_t masterNumBytes; /**< The number of bytes to send or receive */ member