Macros | Functions
usbdhidkeyb.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include "ti/devices/msp432e4/driverlib/driverlib.h"
#include "ti/usblib/msp432e4/usblib.h"
#include "ti/usblib/msp432e4/usblibpriv.h"
#include "usbdevice.h"
#include "ti/usblib/msp432e4/usbhid.h"
#include "usbdhid.h"
#include "usbdhidkeyb.h"
Include dependency graph for usbdhidkeyb.c:

Macros

#define NUM_HID_SECTIONS
 

Functions

void * USBDHIDKeyboardInit (uint32_t ui32Index, tUSBDHIDKeyboardDevice *psHIDKbDevice)
 
void * USBDHIDKeyboardCompositeInit (uint32_t ui32Index, tUSBDHIDKeyboardDevice *psHIDKbDevice, tCompositeEntry *psCompEntry)
 
void USBDHIDKeyboardTerm (void *pvKeyboardDevice)
 
void * USBDHIDKeyboardSetCBData (void *pvKeyboardDevice, void *pvCBData)
 
uint32_t USBDHIDKeyboardKeyStateChange (void *pvKeyboardDevice, uint8_t ui8Modifiers, uint8_t ui8UsageCode, bool bPress)
 
void USBDHIDKeyboardPowerStatusSet (void *pvKeyboardDevice, uint8_t ui8Power)
 
bool USBDHIDKeyboardRemoteWakeupRequest (void *pvKeyboardDevice)
 
Copyright 2018, Texas Instruments Incorporated