Home
last modified time | relevance | path

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

/canopennode-2.7.6/stack/
DCO_Emergency.c47 if(em!=NULL && em->pFunctSignalRx!=NULL){ in CO_EM_receive()
50 em->pFunctSignalRx(CO_CANrxMsg_readIdent(msg), in CO_EM_receive()
161 em->pFunctSignalRx = NULL; in CO_EM_init()
217 void (*pFunctSignalRx)(const uint16_t ident, in CO_EM_initCallbackRx()
224 em->pFunctSignalRx = pFunctSignalRx; in CO_EM_initCallbackRx()
DCO_Emergency.h269 void (*pFunctSignalRx)(const uint16_t ident, member
419 void (*pFunctSignalRx)(const uint16_t ident,