Searched refs:CO_NMT_PRE_OPERATIONAL (Results 1 – 5 of 5) sorted by relevance
61 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()
41 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()
47 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()
97 CO_NMT_PRE_OPERATIONAL = 127, /**< Device is in pre-operational state */ enumerator
230 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()