Home
last modified time | relevance | path

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

/canopennode-2.7.6/stack/
DCO_NMT_Heartbeat.c61 NMT->operatingState = CO_NMT_PRE_OPERATIONAL; in CO_NMT_receive()
231 else NMT->operatingState = CO_NMT_PRE_OPERATIONAL; in CO_NMT_process()
259 case CO_NMT_PRE_OPERATIONAL: NMT->LEDgreenRun = NMT->LEDblinking; break; in CO_NMT_process()
294 NMT->operatingState = CO_NMT_PRE_OPERATIONAL; in CO_NMT_process()
304 NMT->operatingState = CO_NMT_PRE_OPERATIONAL; in CO_NMT_process()
314 if (errorBehavior[3] == 0) NMT->operatingState = CO_NMT_PRE_OPERATIONAL; in CO_NMT_process()
320 if (errorBehavior[4] == 0) NMT->operatingState = CO_NMT_PRE_OPERATIONAL; in CO_NMT_process()
326 if (errorBehavior[5] == 0) NMT->operatingState = CO_NMT_PRE_OPERATIONAL; in CO_NMT_process()
DCO_TIME.c41 if((operState == CO_NMT_OPERATIONAL) || (operState == CO_NMT_PRE_OPERATIONAL)){ in CO_TIME_receive()
126 …if(*TIME->operatingState == CO_NMT_OPERATIONAL || *TIME->operatingState == CO_NMT_PRE_OPERATIONAL){ in CO_TIME_process()
DCO_SYNC.c47 if((operState == CO_NMT_OPERATIONAL) || (operState == CO_NMT_PRE_OPERATIONAL)){ in CO_SYNC_receive()
306 …if(*SYNC->operatingState == CO_NMT_OPERATIONAL || *SYNC->operatingState == CO_NMT_PRE_OPERATIONAL){ in CO_SYNC_process()
DCO_NMT_Heartbeat.h97 CO_NMT_PRE_OPERATIONAL = 127, /**< Device is in pre-operational state */ enumerator
/canopennode-2.7.6/
DCANopen.c230 co->NMT->operatingState = CO_NMT_PRE_OPERATIONAL; in CO_sendNMTcommand()
852 …if(co->NMT->operatingState == CO_NMT_PRE_OPERATIONAL || co->NMT->operatingState == CO_NMT_OPERATIO… in CO_process()