2025-03-11 17:05:32 +08:00

38 lines
1.1 KiB
C

#ifndef __LIN_MASTER_H__
#define __LIN_MASTER_H__
/*******************************************************************************
* the includes
******************************************************************************/
#include "Mcu.h"
/*******************************************************************************
* the defines
******************************************************************************/
/*******************************************************************************
* the typedefs
******************************************************************************/
/*******************************************************************************
* the globals
******************************************************************************/
/*******************************************************************************
* the functions
******************************************************************************/
void Lin_TimeoutService(void);
void Uart0_LinMaster_Init(void);
void LIN_Master_task(void);
void LIN_UpdateTxData(uint8_t frameid,uint8_t dataid,uint8_t data);
#endif