?? linapi.c
字號:
#define LINPROT_C
/******************************************************************************
*
* Copyright (C) 2005 Freescale Semiconductor, Inc.
* All Rights Reserved
*
* Filename: linapi.c
*
* Revision:
*
* Functions: LIN API realization
*
* Description: Some Freescale and VCT API functions realization
*
* Notes: Realization of another API functions -- in another modules
*
******************************************************************************/
#include <linbase.h>
#if defined(LINAPI_1_0)
/***************************************************************************
* Function : l_ifc_ioctl_sci0
*
* Description: Protocol-specific functionality.
*
* Returns: depends on the operation
*
* Notes: Operations:
* l_op_getrxerr -- Provide the Receive Errors counter of the LIN Driver
* l_op_gettxerr -- Provide the Transmit Errors counter of the LIN Driver
* l_op_clrrxerr -- Clear the Receive Errors counter of the LIN Driver
* l_op_clrtxerr -- Clear the Transmit Errors counter of the LIN Driver
* l_op_wakeup -- Issues the LIN bus wakeup frame transmission
* l_op_getidle -- Check 揘o-Bus-Activity
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -