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