Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 7 of 7) sorted by relevance

/canopennode-2.7.6/stack/drvTemplate/
DCO_driver.c142 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit() local
177 CO_CANtx_t *buffer = NULL; in CO_CANtxBufferInit() local
198 CO_ReturnError_t CO_CANsend(CO_CANmodule_t *CANmodule, CO_CANtx_t *buffer){ in CO_CANsend()
242 CO_CANtx_t *buffer = &CANmodule->txArray[0]; in CO_CANclearPendingSyncPDOs() local
330 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt() local
382 CO_CANtx_t *buffer = &CANmodule->txArray[0]; in CO_CANinterrupt() local
/canopennode-2.7.6/stack/neuberger-socketCAN/
DCO_driver.c496 CO_CANrx_t *buffer; in CO_CANrxBufferInit() local
557 CO_CANrx_t *buffer; in CO_CANrxBuffer_getInterface() local
596 CO_CANtx_t *buffer = NULL; in CO_CANtxBufferInit() local
648 CO_CANtx_t *buffer, in CO_CANCheckSendInterface()
710 CO_ReturnError_t CO_CANsend(CO_CANmodule_t *CANmodule, CO_CANtx_t *buffer) in CO_CANsend()
728 CO_ReturnError_t CO_CANCheckSend(CO_CANmodule_t *CANmodule, CO_CANtx_t *buffer) in CO_CANCheckSend()
838 CO_CANrxMsg_t *buffer) in CO_CANrxMsg()
880 int32_t CO_CANrxWait(CO_CANmodule_t *CANmodule, int fdTimer, CO_CANrxMsg_t *buffer) in CO_CANrxWait()
/canopennode-2.7.6/stack/PIC32/
DCO_driver.c247 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit() local
336 CO_CANtx_t *buffer = NULL; in CO_CANtxBufferInit() local
355 CO_ReturnError_t CO_CANsend(CO_CANmodule_t *CANmodule, CO_CANtx_t *buffer){ in CO_CANsend()
417 CO_CANtx_t *buffer = &CANmodule->txArray[0]; in CO_CANclearPendingSyncPDOs() local
508 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt() local
560 CO_CANtx_t *buffer = &CANmodule->txArray[0]; in CO_CANinterrupt() local
/canopennode-2.7.6/stack/dsPIC30F/
DCO_driver.c241 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit() local
280 CO_CANtx_t *buffer = NULL; in CO_CANtxBufferInit() local
335 CO_ReturnError_t CO_CANsend(CO_CANmodule_t *CANmodule, CO_CANtx_t *buffer){ in CO_CANsend()
437 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt() local
471 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt() local
513 CO_CANtx_t *buffer = &CANmodule->txArray[0]; in CO_CANinterrupt() local
/canopennode-2.7.6/stack/socketCAN/
DCO_driver.c244 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit() local
283 CO_CANtx_t *buffer = NULL; in CO_CANtxBufferInit() local
305 CO_ReturnError_t CO_CANsend(CO_CANmodule_t *CANmodule, CO_CANtx_t *buffer){ in CO_CANsend()
416 CO_CANrx_t *buffer; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANrxWait() local
/canopennode-2.7.6/stack/PIC24_dsPIC33/
DCO_driver.c383 CO_CANrx_t *buffer = &CANmodule->rxArray[index]; in CO_CANrxBufferInit() local
481 CO_CANtx_t *buffer = NULL; in CO_CANtxBufferInit() local
539 CO_ReturnError_t CO_CANsend(CO_CANmodule_t *CANmodule, CO_CANtx_t *buffer){ in CO_CANsend()
594 CO_CANtx_t *buffer = &CANmodule->txArray[0]; in CO_CANclearPendingSyncPDOs() local
704 CO_CANrx_t *buffer = NULL; /* receive message buffer from CO_CANmodule_t object. */ in CO_CANinterrupt() local
787 CO_CANtx_t *buffer = &CANmodule->txArray[0]; in CO_CANinterrupt() local
/canopennode-2.7.6/stack/
DCO_SDOmaster.h103 uint8_t *buffer; member