usb_tl_pl_extern.h

来自「freescale atk source code」· C头文件 代码 · 共 42 行

H
42
字号
/*======================================================================================================================================================================================================    Module Name:  usb_tl_pl_extern.h    General Description: This file contains the extern variable of transaction layer which are     exposed to Protocol Layer.====================================================================================================Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.This file contains copyrighted material. Use of this file isrestricted by the provisions of a Freescale Software LicenseAgreement, which has either been electronically accepted byyou or has been expressly executed between the parties.Revision History:====================================================================================================                                        INCLUDE FILES==================================================================================================*/#ifndef USB_TL_PL_EXTERN_H#define USB_TL_PL_EXTERN_H#ifdef __cplusplusextern "C" {#endif#include "su_basictypes.h"#include "usb_common.h"extern usb_status_t tl_receive_data(usb_buffer_descriptor_t* bd);extern usb_status_t tl_send_data(usb_buffer_descriptor_t* bd);#ifdef __cplusplus} /* extern C++ */#endif#endif  /* USB_TL_PL_EXTERN_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?