Home
last modified time | relevance | path

Searched refs:resetCommand (Results 1 – 3 of 3) sorted by relevance

/canopennode-2.7.6/stack/
DCO_NMT_Heartbeat.c64 NMT->resetCommand = CO_RESET_APP; in CO_NMT_receive()
67 NMT->resetCommand = CO_RESET_COMM; in CO_NMT_receive()
116 NMT->resetCommand = 0; in CO_NMT_init()
340 return NMT->resetCommand; in CO_NMT_process()
DCO_NMT_Heartbeat.h144 uint8_t resetCommand; /**< If different than zero, device will reset */ member
/canopennode-2.7.6/
DCANopen.c233 co->NMT->resetCommand = CO_RESET_APP; in CO_sendNMTcommand()
236 co->NMT->resetCommand = CO_RESET_COMM; in CO_sendNMTcommand()