tv_include.h
来自「泰景的模拟电视全部驱动及MTK平台界面代码」· C头文件 代码 · 共 38 行
H
38 行
#ifdef TLG1100
#if TLG_VERSION_MAJOR == 1 && TLG_VERSION_MINOR == 9 && TLG_VERSION_PATCH == 3
#include "tlg1100Config.h"
#elif TLG_VERSION_MAJOR == 1 && TLG_VERSION_MINOR == 10 && TLG_VERSION_PATCH == 0
#include "tlgConfig.h"
#endif
#include "tlg1100Hal.h"
#include "tlg1100Api.h"
#include "tlg1100App.h"
#if TLG_VERSION_MAJOR == 1 && TLG_VERSION_MINOR == 9 && TLG_VERSION_PATCH == 3
#include "tlg1100i2c.h"
#elif TLG_VERSION_MAJOR == 1 && TLG_VERSION_MINOR == 10 && TLG_VERSION_PATCH == 0
#include "tlgi2c.h"
#endif
#else
#ifdef TLG3100
#include "tlg3100Config.h"
#include "tlg3100i2c.h"
#include "tlg3100Hal.h"
#include "tlg3100Api.h"
#include "tlg3100App.h"
#else
#ifdef TLG1120
#include "tlg_bit_definition.h"
#include "tlg_error.h"
#include "tlg_defs.h"
#include "tlgConfig.h"
#include "tlgi2c.h"
#include "tlg1120Hal.h"
#include "tlg1120Api.h"
#include "tlg1120App.h"
#endif /* TLG1120 */
#endif /* TLG3100 */
#endif /* TLG1100 */
#include "Tv_Platform.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?