Home
last modified time | relevance | path

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

/canopennode-3.5.0-3.4.0/stack/
DCO_NMT_Heartbeat.c112 NMT->LEDredError = 1; in CO_NMT_init()
267 NMT->LEDredError = 1; in CO_NMT_process()
270 NMT->LEDredError = NMT->LEDtripleFlash; in CO_NMT_process()
273 NMT->LEDredError = NMT->LEDdoubleFlash; in CO_NMT_process()
276 NMT->LEDredError = NMT->LEDsingleFlash; in CO_NMT_process()
279 NMT->LEDredError = (NMT->LEDblinking>=0)?-1:1; in CO_NMT_process()
282 NMT->LEDredError = -1; in CO_NMT_process()
DCO_NMT_Heartbeat.h88 …#define LED_RED_ERROR(NMT) (((NMT)->LEDredError>=0) ? 1 : 0) /**< CANopen error LED acc…
141 int8_t LEDredError; /**< See @ref CO_NMT_statusLEDdiodes */ member