📄 tvp5150.h
字号:
/*
* include/tvp5150.h for Linux .
*
* This file defines tvp5150 micro-definitions for user.
* History:
* 10-April-2006 create this file
*/
#ifndef _TVP5150_H
#define _TVP5150_H
#if 1
#define TVP5150_SET_CCIRMODE _IOW('p', 0x01, int)
#define TVP5150_GET_CCIRMODE _IOR('p', 0x02, int)
#define TVP5150_GET_NORM _IOR('p', 0x03, int)
#else
#define TVP5150_SET_CCIRMODE 0
#define TVP5150_GET_CCIRMODE 1
#define TVP5150_GET_NORM 2
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -