Searched refs:buf2rwBondary (Results 1 – 2 of 2) sorted by relevance
136 context->buf2rwBondary = 0UL; in Cy_SCB_EZI2C_Init()748 context->buf2rwBondary = rwBoundary; in Cy_SCB_EZI2C_SetBuffer2()1108 context->bufSize = ((context->baseAddr2 < context->buf2rwBondary) ? in HandleDataReceive()1109 … (context->buf2rwBondary - context->baseAddr2) : (0UL)); in HandleDataReceive()
370 …uint32_t buf2rwBondary; /**< The Read/Write boundary within the buffer assigned for the secondary … member