Home
last modified time | relevance | path

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

/canopennode-2.7.6/stack/
DCO_NMT_Heartbeat.c103 NMT->LEDdoubleFlash = 0; in CO_NMT_init()
169 switch(++NMT->LEDdoubleFlash){ in CO_NMT_blinkingProcess50ms()
170 case 4: NMT->LEDdoubleFlash = -104; break; in CO_NMT_blinkingProcess50ms()
171 case -100: NMT->LEDdoubleFlash = 100; break; in CO_NMT_blinkingProcess50ms()
172 case 104: NMT->LEDdoubleFlash = -20; break; in CO_NMT_blinkingProcess50ms()
273 NMT->LEDredError = NMT->LEDdoubleFlash; in CO_NMT_process()
DCO_NMT_Heartbeat.h84 …#define LED_DOUBLE_FLASH(NMT) (((NMT)->LEDdoubleFlash>=0) ? 1 : 0) /**< 200MS ON, 200MS OFF, …
137 int8_t LEDdoubleFlash; /**< See @ref CO_NMT_statusLEDdiodes */ member