hid_keyboard_scan.h

来自「CSR 的键盘模块」· C头文件 代码 · 共 26 行

H
26
字号
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.2-release

FILE NAME
    hid_keyboard_scan.h   
DESCRIPTION
    This file contains the scan enable functions.
*/

#ifndef _HID_KEYBOARD_SCAN_H_
#define _HID_KEYBOARD_SCAN_H_

/*************************************************************************
NAME    
    appUpdateScanEnable 
DESCRIPTION
    This function is called to update the scan enable mode.  It checks the
    current state of the application and sets the mode accordingly.
RETURNS
    void     
*/
extern void appUpdateScanEnable(appTaskData *theApp);

#endif

⌨️ 快捷键说明

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