Home
last modified time | relevance | path

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

/canopennode-2.7.6/stack/
DCO_Emergency.c167 emPr->inhibitEmTimer = 0U; in CO_EM_init()
271 if(emPr->inhibitEmTimer < emInhTime){ in CO_EM_process()
272 emPr->inhibitEmTimer += timeDifference_100us; in CO_EM_process()
283 if (emPr->inhibitEmTimer >= emInhTime) { in CO_EM_process()
298 emPr->inhibitEmTimer = 0U; in CO_EM_process()
DCO_Emergency.h342 uint16_t inhibitEmTimer; /**< Internal timer for emergency message */ member