#include "lin.h"
Go to the source code of this file.
Macros | |
#define | PCI_SF 0x00U |
#define | PCI_FF 0x01U |
#define | PCI_CF 0x02U |
Functions | |
void | tl_put_raw (l_ifc_handle iii, const l_u8 *const data, lin_transport_layer_queue_t *queue, l_u8 direction) |
void | tl_get_raw (l_ifc_handle iii, l_u8 *const data, lin_transport_layer_queue_t *queue, l_u8 direction) |
#define PCI_CF 0x02U |
Consecutive Frame
Definition at line 30 of file lin_commontl_proto.h.
#define PCI_FF 0x01U |
First Frame
Definition at line 29 of file lin_commontl_proto.h.
#define PCI_SF 0x00U |
Single Frame
Definition at line 28 of file lin_commontl_proto.h.
void tl_get_raw | ( | l_ifc_handle | iii, |
l_u8 *const | data, | ||
lin_transport_layer_queue_t * | queue, | ||
l_u8 | direction | ||
) |
Definition at line 1190 of file lin_commontl_proto.c.
void tl_put_raw | ( | l_ifc_handle | iii, |
const l_u8 *const | data, | ||
lin_transport_layer_queue_t * | queue, | ||
l_u8 | direction | ||
) |
Definition at line 1094 of file lin_commontl_proto.c.