#include <lin.h>
Definition at line 96 of file lin.h.
Data Fields | |
enum_lin_cmd | l_cmd |
Select an action for a specific message. | |
U8 | l_dlc |
Length of the LIN message, it is the number of data bytes of the LIN response. | |
U8 | l_id |
LIN message ID (in case of LIN 1.3 - without lenght). | |
U8 * | l_pt_data |
Pointer on the data buffer, the data buffer where the bytes of the LIN response are stored. | |
void(* | l_pt_function )(U8 *) |
Pointer on the function which handles the data. | |
U8 | l_status |
Status of the last communication:
|
LIN message ID (in case of LIN 1.3 - without lenght).
Definition at line 98 of file lin.h.
Referenced by lin_tx_header_and_response(), and main().
void(* st_lin_message::l_pt_function)(U8 *) |
Pointer on the function which handles the data.
This has as parameter 'l_pt_data'. This function could update the received 'signals' and could capture and store signals for the next transmission.
Referenced by lin_pdca_int_rx_handler_node0(), lin_pdca_int_tx_handler_node0(), and main().
Status of the last communication:
Definition at line 110 of file lin.h.
Referenced by lin_int_handler_node0(), and main().