isp1105.c

来自「Freescale ARM11系列CPU MX31的WINCE 5.0下的BSP」· C语言 代码 · 共 42 行

C
42
字号
/*---------------------------------------------------------------------------
* Copyright (C) 2005, Freescale Semiconductor, Inc. All Rights Reserved.
* THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS
* AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT 
*--------------------------------------------------------------------------*/


//
//  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 + -
显示快捷键?