Structures and functions required by UDC.
void udi_hid_kbd_disable |
( |
void |
| ) |
|
bool udi_hid_kbd_enable |
( |
void |
| ) |
|
uint8_t udi_hid_kbd_getsetting |
( |
void |
| ) |
|
bool udi_hid_kbd_setup |
( |
void |
| ) |
|
Global structure which contains standard UDI API for UDC.
Global structure which contains standard UDI API for UDC.
Initial value:= {
}
uint8_t udi_hid_kbd_getsetting(void)
Definition: udi_hid_kbd.c:216
#define NULL
Definition: def.h:47
bool udi_hid_kbd_setup(void)
Definition: udi_hid_kbd.c:207
unsigned char bool
Boolean.
Definition: compiler.h:243
void udi_hid_kbd_disable(void)
Definition: udi_hid_kbd.c:201
bool udi_hid_kbd_enable(void)
Definition: udi_hid_kbd.c:189
Global structure which contains standard UDI interface for UDC.
Global structure which contains standard UDI API for UDC.