📄 device_mouse_task.h
字号:
/**
* @file device_mouse_task.h,v
*
* Copyright (c) 2004 Atmel.
*
* Please read file license.txt for copyright notice.
*
* @brief This file contains the function declarations
*
* @version 1.1 at90usb128-usbkey-demo-3enum-host-mouse-1_0_4 $Id: device_mouse_task.h,v 1.1 2006/02/07 15:55:26 rletendu Exp $
*
* @todo
* @bug
*/
#ifndef _DEVICE_MOUSE_TASK_H_
#define _DEVICE_MOUSE_TASK_H_
//_____ I N C L U D E S ____________________________________________________
#include "config.h"
//_____ M A C R O S ________________________________________________________
#define Is_usb_report_ready() (report_ready)
#define Usb_set_report_not_ready() (report_ready = 0)
#define Usb_set_report_ready() (report_ready = 1)
//_____ D E C L A R A T I O N S ____________________________________________
bit is_usb_mouse_event(void);
void sof_action(void);
#endif /* DEVICE_MOUSE_TASK_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -