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