#include <can_lib.h>
cmd : initialize by the application to select the operation id : initialize by the application in transmission complete by the library in reception dlc : initialize by the application to give the number of data to transmit complete by the library in reception pt_data: pointer on the table which contains the data to send or received status: manage by the library ctrl : field rtr to signal a remote frame field ide to signal a extended frame
Definition at line 101 of file can_lib.h.
Data Fields | |
Uchar | handle |
can_cmd_t | cmd |
can_id_t | id |
Uchar | dlc |
Uchar * | pt_data |
Uchar | status |
can_ctrl_t | ctrl |
|
Definition at line 103 of file can_lib.h. Referenced by can_cmd(). |
|
Definition at line 108 of file can_lib.h. Referenced by can_cmd(), and can_getstatus(). |
|
Definition at line 105 of file can_lib.h. Referenced by can_cmd(), and can_getstatus(). |
|
Definition at line 102 of file can_lib.h. Referenced by can_cmd(), and can_getstatus(). |
|
Definition at line 104 of file can_lib.h. Referenced by can_cmd(), and can_getstatus(). |
|
Definition at line 106 of file can_lib.h. Referenced by can_cmd(), and can_getstatus(). |
|
Definition at line 107 of file can_lib.h. Referenced by can_cmd(), and can_getstatus(). |