Searched defs:command (Results 1 – 4 of 4) sorted by relevance
48 uint8_t command = msg->data[0]; in CO_NMT_receive() local
114 uint8_t command; /**< Active command */ member
53 char command[100]; in CO_CANerrorSetListenOnly() local
208 CO_ReturnError_t CO_sendNMTcommand(CO_t *co, uint8_t command, uint8_t nodeID){ in CO_sendNMTcommand()