mc13192_hw_config.h

来自「zigbee 飞思卡尔 音频传输 基于ucos的所有源码」· C头文件 代码 · 共 32 行

H
32
字号
/**
 * 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: a20639 $
 * $Date: 2005/03/10 15:40:03 $
 * $Name:  $
 */

#ifndef _MC13192_HW_CONFIG_H
#define _MC13192_HW_CONFIG_H

#include "device_header.h"
#include "pub_def.h"

/* Globals */
extern UINT8 gu8RTxMode;    /* Global mode mirror. */


/* Function Prototypes */
void MC13192Init(void);
                      
#endif /* _MC13192_HW_CONFIG_H */

⌨️ 快捷键说明

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