|
Open Model Railroad Network (OpenMRN)
|
#include "freertos_drivers/ti/TivaUsbKeyboardDev.hxx"Go to the source code of this file.
Macros | |
| #define | NUM_STRING_DESCRIPTORS (sizeof(g_ppui8StringDescriptors) / sizeof(uint8_t *)) |
Functions | |
| static uint32_t | static_keyboard_handler (void *pvCBData, uint32_t ui32Event, uint32_t ui32MsgData, void *pvMsgData) |
| void | usb0_interrupt_handler (void) |
| Handle interrupts for USB0. | |
Variables | |
| static const uint8_t | g_pui8LangDescriptor [] |
| static const uint8_t | g_pui8ManufacturerString [] |
| static const uint8_t | g_pui8ProductString [] |
| static const uint8_t | g_pui8SeriailNumberString [] |
| static const uint8_t | g_pui8HIDInterfaceString [] |
| static const uint8_t | g_pui8ConfigString [] |
| static const uint8_t *const | g_ppui8StringDescriptors [] |
| static const int8_t | g_ppi8KeyUsageCodes [][2] |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Device driver for a Tiva USB HID Keyboard device.
Definition in file TivaUsbKeyboardDev.cxx.
| #define NUM_STRING_DESCRIPTORS (sizeof(g_ppui8StringDescriptors) / sizeof(uint8_t *)) |
Definition at line 102 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 241 of file TivaUsbKeyboardDev.cxx.
| void usb0_interrupt_handler | ( | void | ) |
Handle interrupts for USB0.
Definition at line 410 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 111 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 98 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 88 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 78 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 41 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 49 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 60 of file TivaUsbKeyboardDev.cxx.
|
static |
Definition at line 69 of file TivaUsbKeyboardDev.cxx.