|
| can_error.hThe can_error.h include file contains definitions for the CAN driver errors that might be encountered. Following is a list of the CAN driver errors. - CAN_OK
No errors were encountered. - CAN_NOT_IMPLEMENTED_ERROR
The function invoked is not implemented and does not do anything. - CAN_MEM_POOL_INIT_ERROR
The memory pool used for software message buffers did not initialize successfully. - CAN_BAUDRATE_ERROR
The baudrate was not properly setup. - CAN_TX_BUSY_ERROR
The transmit hardware is busy. - CAN_OBJECTS_FULL_ERROR
All transmit and receive message objects are in use. - CAN_ALLOC_MEM_ERROR
Memory could not be allocated from the memory pool. - CAN_DEALLOC_MEM_ERROR
Memory previously used by the CAN message was not properly deallocated. - CAN_TIMEOUT_ERROR
The function did not complete in the specified time. - CAN_UNEXIST_CTRL_ERROR
A function tried to use a CAN controller that does not exist. - CAN_UNEXIST_CH_ERROR
A function tried to use a CAN channel that does not exist.
|
|