Microchip® Advanced Software Framework

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Interface with USB Device Core (UDC)

Structures and functions required by UDC.

Functions

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)
 

Variables

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

void udi_hid_kbd_disable ( void  )
uint8_t udi_hid_kbd_getsetting ( void  )

UDC_DESC_STORAGE udi_api_t udi_api_hid_kbd

Global structure which contains standard UDI interface for UDC.

UDC_DESC_STORAGE udi_api_t udi_api_hid_kbd

Global structure which contains standard UDI API for UDC.

Global structure which contains standard UDI API for UDC.

UDC_DESC_STORAGE udi_api_t udi_api_hid_kbd
Initial value:
= {
.enable = (bool (*)(void))udi_hid_kbd_enable,
.disable = (void (*)(void))udi_hid_kbd_disable,
.setup = (bool (*)(void))udi_hid_kbd_setup,
.getsetting = (uint8_t (*)(void))udi_hid_kbd_getsetting,
.sof_notify = NULL,
}
uint8_t udi_hid_kbd_getsetting(void)
Definition: thirdparty/wireless/avr2102_rf4control/addons/kbd/udi_hid_kbd.c:315
bool udi_hid_kbd_setup(void)
Definition: thirdparty/wireless/avr2102_rf4control/addons/kbd/udi_hid_kbd.c:307
void udi_hid_kbd_disable(void)
Definition: thirdparty/wireless/avr2102_rf4control/addons/kbd/udi_hid_kbd.c:302
bool udi_hid_kbd_enable(void)
Definition: thirdparty/wireless/avr2102_rf4control/addons/kbd/udi_hid_kbd.c:291
unsigned char bool
Boolean.
Definition: compiler.h:160

Global structure which contains standard UDI API for UDC.

UDC_DESC_STORAGE udi_api_t udi_api_hid_kbd
Initial value:
= {
.enable = (bool(*)(void))udi_hid_kbd_enable,
.disable = (void (*)(void))udi_hid_kbd_disable,
.setup = (bool(*)(void))udi_hid_kbd_setup,
.getsetting = (uint8_t(*)(void))udi_hid_kbd_getsetting,
.sof_notify = NULL,
}
uint8_t udi_hid_kbd_getsetting(void)
Definition: thirdparty/wireless/avr2102_rf4control/addons/kbd/udi_hid_kbd.c:315
bool udi_hid_kbd_setup(void)
Definition: thirdparty/wireless/avr2102_rf4control/addons/kbd/udi_hid_kbd.c:307
void udi_hid_kbd_disable(void)
Definition: thirdparty/wireless/avr2102_rf4control/addons/kbd/udi_hid_kbd.c:302
bool udi_hid_kbd_enable(void)
Definition: thirdparty/wireless/avr2102_rf4control/addons/kbd/udi_hid_kbd.c:291
unsigned char bool
Boolean.
Definition: compiler.h:160

Global structure which contains standard UDI interface for UDC.

Global structure which contains standard UDI API for UDC.