Microchip® Advanced Software Framework

udi_hid_kbd.h File Reference

USB Device Human Interface Device (HID) keyboard interface.

Copyright (c) 2009-2018 Microchip Technology Inc. and its subsidiaries.

#include "conf_usb.h"
#include "usb_protocol.h"
#include "usb_protocol_hid.h"
#include "udc_desc.h"
#include "udi.h"

Data Structures

struct  udi_hid_kbd_desc_t
 Interface descriptor structure for HID keyboard. More...
 
struct  udi_hid_kbd_report_desc_t
 Report descriptor for HID keyboard. More...
 

Macros

#define UDI_HID_KBD_DESC
 Content of HID keyboard interface descriptor for all speed. More...
 
#define UDI_HID_KBD_EP_SIZE   8
 HID keyboard endpoints size. More...
 
#define UDI_HID_KBD_STRING_ID   0
 By default no string associated to this interface. More...
 

Functions

bool udi_hid_kbd_down (uint8_t key_id)
 Send events key pressed. More...
 
bool udi_hid_kbd_modifier_down (uint8_t modifier_id)
 Send events key modifier pressed. More...
 
bool udi_hid_kbd_modifier_up (uint8_t modifier_id)
 Send events key modifier released. More...
 
bool udi_hid_kbd_up (uint8_t key_id)
 Send events key released. More...
 

Variables

UDC_DESC_STORAGE udi_api_t udi_api_hid_kbd
 Global structure which contains standard UDI API for UDC. More...