Management of the USB host mouse HID task.
More...
#include "conf_usb.h"
#include "usb_host_task.h"
Go to the source code of this file.
Defines |
#define | Is_host_mouse_hid_configured() (mouse_hid_connected && !Is_host_suspended()) |
#define | DEVICE_TO_HOST 0x01 |
#define | HOST_TO_DEVICE 0x02 |
#define | FULL_SYNC (DEVICE_TO_HOST | HOST_TO_DEVICE) |
#define | DIR_LOCAL_OUT_NAME "OUT" |
#define | DIR_LOCAL_IN_NAME "IN" |
#define | DIR_USB_OUT_NAME "OUT" |
#define | DIR_USB_IN_NAME "IN" |
#define | LED_HOST_MOUSE_B0 LED_GREEN |
#define | LED_HOST_MOUSE_B1 LED_AMBER |
#define | LED_HOST_MOUSE_B2 LED_BLUE |
#define | LED_HOST_MOUSE_B3 LED_RED |
Functions |
void | host_mouse_hid_task_init (void) |
void | host_mouse_hid_task (void) |
void | host_sof_action (void) |
Variables |
volatile Bool | ms_connected |
Detailed Description
Management of the USB host mouse HID task.
This file manages the USB host mouse HID task.
- Compiler: IAR EWAVR32 and GNU GCC for AVR32
- Supported devices: All AVR32 devices with a USB module can be used.
- AppNote:
- Author:
- Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/
Definition in file host_mouse_hid_task.h.