Searched refs:LEDsingleFlash (Results 1 – 2 of 2) sorted by relevance
102 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()
83 …#define LED_SINGLE_FLASH(NMT) (((NMT)->LEDsingleFlash>=0) ? 1 : 0) /**< 200MS ON, 1000MS OFF …136 int8_t LEDsingleFlash; /**< See @ref CO_NMT_statusLEDdiodes */ member