MCPcopy Create free account
hub / github.com/CANopenNode/CANopenNode / CO_CANsetNormalMode

Function CO_CANsetNormalMode

example/CO_driver_blank.c:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void
31CO_CANsetNormalMode(CO_CANmodule_t* CANmodule) {
32 /* Put CAN module in normal mode */
33
34 CANmodule->CANnormal = true;
35}
36
37CO_ReturnError_t
38CO_CANmodule_init(CO_CANmodule_t* CANmodule, void* CANptr, CO_CANrx_t rxArray[], uint16_t rxSize, CO_CANtx_t txArray[],

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected