Home
last modified time | relevance | path

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

/canopennode-2.7.6/stack/
DCO_Emergency.c158 em->bufFull = 0U; in CO_EM_init()
278 (em->bufReadPtr != em->bufWritePtr || em->bufFull)) in CO_EM_process()
301 if(em->bufFull == 2U){ in CO_EM_process()
302 em->bufFull = 0U; /* will be updated below */ in CO_EM_process()
306 em->bufFull = 0; in CO_EM_process()
367 if(em->bufFull){ in CO_errorReport()
368 em->bufFull = 2; in CO_errorReport()
385 if(em->bufWritePtr == em->bufReadPtr) em->bufFull = 1; in CO_errorReport()
425 if(em->bufFull){ in CO_errorReset()
426 em->bufFull = 2; in CO_errorReset()
[all …]
DCO_Emergency.h263 uint8_t bufFull; /**< True if above buffer is full */ member