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