Overload all CAN write functions so that one can do things like: ``` can0_MSGNM_T msg; // populate msg here write_can0(msg); ```