Обновление
This commit is contained in:
parent
0d0b4784a2
commit
7c7ead70a6
|
|
@ -13,9 +13,9 @@
|
||||||
#include "fc7xxx_driver_lin.h"
|
#include "fc7xxx_driver_lin.h"
|
||||||
|
|
||||||
// LIN protocol ID definition
|
// LIN protocol ID definition
|
||||||
#define LIN_MASTER_SEND_ID (0x3FU)
|
//#define LIN_MASTER_SEND_ID (0x3FU)
|
||||||
#define LIN_MASTER_RECEIVE_ID (0x02U)
|
//#define LIN_MASTER_RECEIVE_ID (0x02U)
|
||||||
#define LIN_MASTER_GO_TO_SLEEP_ID (0x03U)
|
//#define LIN_MASTER_GO_TO_SLEEP_ID (0x03U)
|
||||||
|
|
||||||
typedef void (*lin_callback_ext_t)(tLinData *env, uint8_t u8LinIndex, void *linState);
|
typedef void (*lin_callback_ext_t)(tLinData *env, uint8_t u8LinIndex, void *linState);
|
||||||
|
|
||||||
|
|
@ -53,9 +53,9 @@ void LIN_Initial(
|
||||||
uint8_t numOfClassicPID
|
uint8_t numOfClassicPID
|
||||||
);
|
);
|
||||||
|
|
||||||
void GetLinCallbackHandler(tLinFlagchip *env, uint8_t u8LinIndex, void *state);
|
//void GetLinCallbackHandler(tLinFlagchip *env, uint8_t u8LinIndex, void *state);
|
||||||
|
|
||||||
void Get_LIN_Result(tLinFlagchip *env);
|
//void Get_LIN_Result(tLinFlagchip *env);
|
||||||
|
|
||||||
tLinIO vLinGetIo(tLinFlagchip *env);
|
tLinIO vLinGetIo(tLinFlagchip *env);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue