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

Function CO_CANmodule_disable

example/CO_driver_blank.c:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void
93CO_CANmodule_disable(CO_CANmodule_t* CANmodule) {
94 if (CANmodule != NULL) {
95 /* turn off the module */
96 }
97}
98
99CO_ReturnError_t
100CO_CANrxBufferInit(CO_CANmodule_t* CANmodule, uint16_t index, uint16_t ident, uint16_t mask, bool_t rtr, void* object,

Callers 2

CO_deleteFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected