Home
last modified time | relevance | path

Searched refs:CO_CANrx_t (Results 1 – 15 of 15) sorted by relevance

/canopennode-3.5.0-3.4.0/stack/drvTemplate/
DCO_driver_target.h232 }CO_CANrx_t; typedef
253 CO_CANrx_t *rxArray; /**< From CO_CANmodule_init() */
DCO_driver.c51 CO_CANrx_t rxArray[], in CO_CANmodule_init()
142 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit()
330 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt()
/canopennode-3.5.0-3.4.0/stack/neuberger-socketCAN/
DCO_driver_target.h91 CO_CANrx_t *rxArray; /**< From CO_CANmodule_init() */
151 CO_CANrx_t rxArray[],
DCO_driver_base.h256 }CO_CANrx_t; typedef
DCO_driver.c208 CO_CANrx_t rxArray[], in CO_CANmodule_init()
496 CO_CANrx_t *buffer; in CO_CANrxBufferInit()
557 CO_CANrx_t *buffer; in CO_CANrxBuffer_getInterface()
843 CO_CANrx_t *rcvMsgObj = NULL; /* receive message object from CO_CANmodule_t object. */ in CO_CANrxMsg()
/canopennode-3.5.0-3.4.0/stack/socketCAN/
DCO_driver_target.h120 }CO_CANrx_t; typedef
139 CO_CANrx_t *rxArray;
DCO_driver.c119 CO_CANrx_t rxArray[], in CO_CANmodule_init()
244 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit()
416 CO_CANrx_t *buffer; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANrxWait()
/canopennode-3.5.0-3.4.0/stack/dsPIC30F/
DCO_driver.c117 CO_CANrx_t rxArray[], in CO_CANmodule_init()
241 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit()
437 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt()
471 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt()
DCO_driver_target.h332 }CO_CANrx_t; typedef
349 CO_CANrx_t *rxArray;
/canopennode-3.5.0-3.4.0/stack/PIC32/
DCO_driver_target.h312 }CO_CANrx_t; typedef
330 CO_CANrx_t *rxArray;
DCO_driver.c108 CO_CANrx_t rxArray[], in CO_CANmodule_init()
247 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit()
508 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt()
/canopennode-3.5.0-3.4.0/
DCO_driver.h153 CO_CANrx_t rxArray[],
DCANopen.c50 static CO_CANrx_t *CO_CANmodule_rxArray0;
143 static CO_CANrx_t COO_CANmodule_rxArray0[CO_RXCAN_NO_MSGS];
333 …CO_CANmodule_rxArray0 = (CO_CANrx_t *) calloc(CO_RXCAN_NO_MSGS, sizeof(CO_CAN… in CO_new()
382 + sizeof(CO_CANrx_t) * CO_RXCAN_NO_MSGS in CO_new()
/canopennode-3.5.0-3.4.0/stack/PIC24_dsPIC33/
DCO_driver_target.h390 }CO_CANrx_t; typedef
409 CO_CANrx_t *rxArray;
DCO_driver.c135 CO_CANrx_t rxArray[], in CO_CANmodule_init()
383 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit()
704 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt()