Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smif.h1248 …cy_smif_event_cb_t volatile rxCompleteCb; /**< The user-defined callback executed at the … member
2044 if (NULL != context->rxCompleteCb) in Cy_SMIF_PopRxFifo()
2046 context->rxCompleteCb((uint32_t) CY_SMIF_RX_COMPLETE); in Cy_SMIF_PopRxFifo()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_smif.c826 context->rxCompleteCb = RxCompleteCb; in Cy_SMIF_ReceiveData()
931 contextLoc.rxCompleteCb = NULL; in Cy_SMIF_ReceiveDataBlocking()
1681 context->rxCompleteCb = RxCmpltCb; in Cy_SMIF_ReceiveData_Ext()
1806 contextLoc.rxCompleteCb = NULL; in Cy_SMIF_ReceiveDataBlocking_Ext()