⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simple_phy.h

📁 采用MC13213做的在SMAC协议基础上的发送程序,可作为点对点实验中的END DEVICE.
💻 H
字号:
/*
 * Copyright (c) 2004, Freescale Semiconductor
 * Freescale Confidential Proprietary
 *
 *
 */
/*!
 * \brief  Function prototypes. See simple_phy.c for a complete 
 * description.  
 *
 * \file simple_phy.h
 *
 * \author a19259 
 *
 * \version 4.1a
 *
 * \date    2005/07/29 02:27:50 
 *
 * \b Department : Freescale Radio Products Division
 *
 * \b Project name: SMAC (Simple Media Access Controller)
 *
 * \b History:
 * 
 * - 16/11/2005 Doc. update to Doxygen compliant by Laura Delgado r12370c
 */

#ifndef _SIMPLE_PHY_H
#define _SIMPLE_PHY_H

#include "pub_def.h"
#include <hidef.h>

/* Prototypes */
UINT8  PDDataRequest(tTxPacket *psPacket);
void   PDDataIndication(void);
UINT8  PLMEHibernateRequest(void);
UINT8  PLMEDozeRequest(UINT32 u32Timeout);
UINT8  PLMEWakeRequest(void);
UINT8  PLMESetChannelRequest(UINT8 u8Channel);
UINT8  PLMESetTrxStateRequest(UINT8 u8ReqMode);
UINT8  PLMEEnergyDetect(void);
UINT8  PLMECCARequest(void);
UINT8  PLMELinkQuality(void);
UINT32 PLMEGetTimeRequest(void);
UINT8  PLMESetMC13192ClockRate(UINT8 u8Freq);
UINT8  PLMESetMC13192TmrPrescale (UINT8 u8Freq); 
void   PLMESetTimeRequest(UINT32 u32RequestedTime);
UINT8  PLMEEnableMC13192Timer1(UINT32 u32CounterValue);
UINT8  PLMEDisableMC13192Timer1(void);
void   PLMEMC13192ResetIndication(void);
UINT8  PLMEMC13192SoftReset(void);
UINT8  PLMEMC13192XtalAdjust(UINT8 u8TrimValue);
UINT8  PLMEMC13192FEGainAdjust(UINT8 i8GainValue);
UINT8  PLMEMC13192PAOutputAdjust(UINT8 u8RequestedPAValue);   /* CHECK variable type mismatch */
UINT8  PLMEGetRficVersion(void);
void   PLMELoadPRBS9 (tTxPacket *psPacket);
UINT8  PLMEPhyReset(void);
UINT8  PLMEEnablePromiscuousMode(void);
UINT8  PLMEDisablePromiscuousMode(void);


#endif /* _SIMPLE_PHY_H */

⌨️ 快捷键说明

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