mc13192_hw_config.h
来自「FREESCALE 提供的 ZIGBEE协议」· C头文件 代码 · 共 33 行
H
33 行
/**
* Copyright (c) 2004, Freescale Semiconductor
* Freescale Confidential Proprietary
*
* File name : MC13192_hw_config.h
* Project name: SMAC (Simple Media Access Controller)
*
* Department : Freescale Radio Products Division
*
* Description : This is the SMAC C source driver header file for the MC13192
* transceiver hardware interconnections. The header defines all prototypes
* and MC13192 interconnections used by the actual C driver.
*
* $Author: a20309 $
* $Date: 2005/07/29 02:54:07 $
* $Name: $
*/
#ifndef _MC13192_HW_CONFIG_H
#define _MC13192_HW_CONFIG_H
#include "pub_def.h"
/* Globals */
extern UINT8 gu8RTxMode; /* Global mode mirror. */
/* Function Prototypes */
void MC13192Init(void);
void MC13192DisableInterrupts(void);
void MC13192RestoreInterrupts(void);
#endif /* _MC13192_HW_CONFIG_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?