📄 isp1105.c
字号:
/*---------------------------------------------------------------------------
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -