isp1105.c

来自「freescale i.mx31 BSP CE5.0全部源码」· C语言 代码 · 共 41 行

C
41
字号
/*------------------------------------------------------------------------------
 * Copyright (C) 2005, Freescale Semiconductor, Inc. All Rights Reserved.
 * THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
 * BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
 * Freescale Semiconductor, Inc.
 *----------------------------------------------------------------------------*/ 
//
//  File: ISP1105.c
//
//  This file contains the functions necessary to configure the transceiver 1105
#pragma optimize( "", off )
#include <windows.h>
#include <Winbase.h>
#include <ceddk.h>
#include "bsp.h"

//-----------------------------------------------------------------------------
//
//  Function: Initialize1105
//
//  This function is to configure the transceiver 1105
//
//  Parameters:
//     NULL
//     
//  Returns:
//     TRUE - Success  FALSE - Failure
//
//-----------------------------------------------------------------------------
BOOL Initialize1105()
{
    
    return TRUE;
}


#pragma optimize( "", on )



⌨️ 快捷键说明

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