Home
last modified time | relevance | path

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

/canopennode-2.7.6/stack/
DCO_TIME.c35 CO_TIME_t *TIME; in CO_TIME_receive() local
38 TIME = (CO_TIME_t*)object; /* this is the correct pointer type of the first argument */ in CO_TIME_receive()
39 operState = *TIME->operatingState; in CO_TIME_receive()
42 SET_CANrxNew(TIME->CANrxNew); in CO_TIME_receive()
44 CO_memcpy((uint8_t*)&TIME->Time.ullValue, msg->data, msg->DLC); in CO_TIME_receive()
47 TIME->receiveError = (uint16_t)msg->DLC; in CO_TIME_receive()
53 CO_TIME_t *TIME, in CO_TIME_init() argument
65 if(TIME==NULL || em==NULL || SDO==NULL || operatingState==NULL || in CO_TIME_init()
71 TIME->isConsumer = (COB_ID_TIMEMessage&0x80000000L) ? true : false; in CO_TIME_init()
72 TIME->isProducer = (COB_ID_TIMEMessage&0x40000000L) ? true : false; in CO_TIME_init()
[all …]
DCO_TIME.h127 CO_TIME_t *TIME,
150 CO_TIME_t *TIME,
/canopennode-2.7.6/
DCANopen.c302 CO->TIME = &COO_TIME; in CO_new()
346 CO->TIME = (CO_TIME_t *) calloc(1, sizeof(CO_TIME_t)); in CO_new()
431 if(CO->TIME == NULL) errCnt++; in CO_new()
637 CO->TIME, in CO_CANopenInit()
822 free(CO->TIME); in CO_delete()
897 co->TIME, in CO_process()
DCANopen.h128 CO_TIME_t *TIME; /**< TIME object */ member
DREADME.md157 - **CO_TIME.h/.c** - CANopen TIME protocol object.