tuner_reg.h

来自「模拟高频头的 驱动程序(搜台、换台等功能)」· C头文件 代码 · 共 28 行

H
28
字号
/******************************************************************************/
/**
 * @file    tuner_reg.h
 *
 * @brief   Tuner Driver Part.
 *          This file contains definitions of tuner_reg.c
 *
 * @note    (c) 2005 - 2008 Micronas GmbH. All rights reserved.
 *          Any use of the Software is permitted only in accordance
 *          with the terms set forth in the Disclaimer text file.
 *
 * @author  ACOM software team
 ******************************************************************************/

#ifndef __TUNER_REG_H__
#define __TUNER_REG_H__



/******************************************************************************/
/**
 * GLOBAL FUNCTIONS:
 ******************************************************************************/

void Tuner_RegSet                (TUNER_ID_t idBitslice, const uint8_t uValue);
void Tuner_RegWriteAllRegisters  (void);

#endif /* __TUNER_REG_H__ */

⌨️ 快捷键说明

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