Home
last modified time | relevance | path

Searched defs:NMT (Results 1 – 3 of 3) sorted by relevance

/canopennode-3.5.0-3.4.0/stack/
DCO_NMT_Heartbeat.c40 CO_NMT_t *NMT; in CO_NMT_receive() local
82 CO_NMT_t *NMT, in CO_NMT_init()
147 CO_NMT_t *NMT, in CO_NMT_initCallback()
161 void CO_NMT_blinkingProcess50ms(CO_NMT_t *NMT){ in CO_NMT_blinkingProcess50ms()
201 CO_NMT_t *NMT, in CO_NMT_process()
346 CO_NMT_t *NMT) in CO_NMT_getInternalState()
355 CO_NMT_t *NMT, in CO_NMT_setInternalState()
DCO_NMT_Heartbeat.h81 …#define LED_FLICKERING(NMT) (((NMT)->LEDflickering>=0) ? 1 : 0) /**< 10HZ (100MS INTERVAL)… argument
82 …#define LED_BLINKING(NMT) (((NMT)->LEDblinking>=0) ? 1 : 0) /**< 2.5HZ (400MS INTERVAL… argument
83 …#define LED_SINGLE_FLASH(NMT) (((NMT)->LEDsingleFlash>=0) ? 1 : 0) /**< 200MS ON, 1000MS OFF … argument
84 …#define LED_DOUBLE_FLASH(NMT) (((NMT)->LEDdoubleFlash>=0) ? 1 : 0) /**< 200MS ON, 200MS OFF, … argument
85 …#define LED_TRIPLE_FLASH(NMT) (((NMT)->LEDtripleFlash>=0) ? 1 : 0) /**< 200MS ON, 200MS OFF, … argument
86 …#define LED_QUADRUPLE_FLASH(NMT)(((NMT)->LEDquadrupleFlash>=0) ? 1 : 0) /**< 200MS ON, 200MS OFF, … argument
87 …#define LED_GREEN_RUN(NMT) (((NMT)->LEDgreenRun>=0) ? 1 : 0) /**< CANOPEN RUN LED ACCOR… argument
88 …#define LED_RED_ERROR(NMT) (((NMT)->LEDredError>=0) ? 1 : 0) /**< CANopen error LED acc… argument
/canopennode-3.5.0-3.4.0/
DCANopen.h126 CO_NMT_t *NMT; /**< NMT object */ member