Home
last modified time | relevance | path

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

/canopennode-3.5.0-3.4.0/
DCANopen.c51 static CO_CANtx_t *CO_CANmodule_txArray0; variable
291 CO_CANmodule_txArray0 = &COO_CANmodule_txArray0[0]; in CO_new()
334CO_CANmodule_txArray0 = (CO_CANtx_t *) calloc(CO_TXCAN_NO_MSGS, sizeof(CO_CAN… in CO_new()
419 if(CO_CANmodule_txArray0 == NULL) errCnt++; in CO_new()
479 CO_CANmodule_txArray0, in CO_CANinit()
831 free(CO_CANmodule_txArray0); in CO_delete()