hid_keyboard_sm.h
来自「CSR蓝牙无线键盘源码,实现无线键盘功能」· C头文件 代码 · 共 37 行
H
37 行
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
hid_keyboard_sm.h
DESCRIPTION
This file contains the state machine functions.
*/
#ifndef _HID_KEYBOARD_SM_H_
#define _HID_KEYBOARD_SM_H_
/*************************************************************************
NAME
appSetState
DESCRIPTION
Called to change state.
Handles calling the state entry and exit functions.
RETURNS
void
*/
extern void appSetState(appTaskData *theApp, app_state state);
/*************************************************************************
NAME
appGetState
DESCRIPTION
Returns the current application state.
RETURNS
app_state - Current state.
*/
extern app_state appGetState(appTaskData *theApp);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?