Functions | |
| uint16_t | can_version (void) |
| Returns the version number of this CAN library. this function is safe to be called from multiple processes at the same time. | |
| void | can_init (void) |
| Initializes CAN library. | |
|
|
Initializes CAN library. Initializes CAN library. This function has to be called as first function from application before calling other serial library functions. If this function is not called, all other APIs will return error CAN_ERROR_NOT_INITIALIZED. |
|
|
Returns the version number of this CAN library. this function is safe to be called from multiple processes at the same time.
|
| Copyright 2005 Dallas Semiconductor, Inc.. | Documentation generated by Doxygen. |