Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_ezi2c.c135 context->buf2Size = 0UL; in Cy_SCB_EZI2C_Init()
756 context->buf2Size = size; in Cy_SCB_EZI2C_SetBuffer2()
963 context->bufSize = context->buf2Size - context->baseAddr2; in HandleAddress()
973 context->bufSize = ((context->addr1Active) ? context->buf1Size : context->buf2Size); in HandleAddress()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_ezi2c.h369 uint32_t buf2Size; /**< The buffer size assigned to the secondary slave address */ member