Searched refs:maxNumElements (Results 1 – 3 of 3) sorted by relevance
145 if (context->curNumElements < context->maxNumElements) in Cy_Keyscan_Fq_PutIncludeOverflowSlot()226 if (context->readIndex >= context->maxNumElements) in Cy_Keyscan_Fq_RemoveCurElement()268 if (context->writeIndex >= context->maxNumElements) in Cy_Keyscan_Fq_Put()583 context->maxNumElements = KEYSCAN_FW_FIFO_SIZE; in Cy_Keyscan_Init_Context()
355 …uint8_t maxNumElements; /**< Maximum number of elements that can be placed in th… member
128 …((obj->context.curNumElements == obj->context.maxNumElements) ? CYHAL_KEYSCAN_EVENT_BUFFER_FULL : … in _cyhal_keyscan_cb_wrapper()