USBLibAPIGuide
1.00.00.01
|
#include <stdbool.h>
#include <stdint.h>
#include "ti/devices/msp432e4/driverlib/driverlib.h"
#include "ti/devices/msp432e4/driverlib/rtos_bindings.h"
#include "usblib.h"
#include "usblibpriv.h"
Macros | |
#define | UDMAConfigIsRx(ui32Config) ((ui32Config & UDMA_SRC_INC_NONE) == UDMA_SRC_INC_NONE) |
#define | UDMAConfigIsTx(ui32Config) ((ui32Config & UDMA_DEST_INC_NONE) == UDMA_DEST_INC_NONE) |
Functions | |
void * | USBLibDMAAddrGet (tUSBDMAInstance *psUSBDMAInst, uint32_t ui32Channel) |
uint32_t | USBLibDMASizeGet (tUSBDMAInstance *psUSBDMAInst, uint32_t ui32Channel) |
tUSBDMAInstance * | USBLibDMAInit (uint32_t ui32Index) |