Home
last modified time | relevance | path

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

/canopennode-3.5.0-3.4.0/stack/
DCO_NMT_Heartbeat.c102 NMT->LEDsingleFlash = 0; in CO_NMT_init()
167 if(++NMT->LEDsingleFlash >= 4) NMT->LEDsingleFlash = -20; in CO_NMT_blinkingProcess50ms()
258 case CO_NMT_STOPPED: NMT->LEDgreenRun = NMT->LEDsingleFlash; break; in CO_NMT_process()
276 NMT->LEDredError = NMT->LEDsingleFlash; in CO_NMT_process()
DCO_NMT_Heartbeat.h83 …#define LED_SINGLE_FLASH(NMT) (((NMT)->LEDsingleFlash>=0) ? 1 : 0) /**< 200MS ON, 1000MS OFF …
136 int8_t LEDsingleFlash; /**< See @ref CO_NMT_statusLEDdiodes */ member