TI-RTOS Drivers  tidrivers_tivac_2_16_00_08
Data Fields
USBMSCHFatFsTiva_HWAttrs Struct Reference

USBMSCHFatFsTiva Hardware attributes. More...

#include <USBMSCHFatFsTiva.h>

Data Fields

unsigned int intNum
 
unsigned int intPriority
 

Detailed Description

USBMSCHFatFsTiva Hardware attributes.

intPriority is the USB peripheral's interrupt priority, as defined by the underlying OS. It is passed unmodified to the underlying OS's interrupt handler creation code, so you need to refer to the OS documentation for usage. For example, for SYS/BIOS applications, refer to the ti.sysbios.family.arm.m3.Hwi documentation for SYS/BIOS usage of interrupt priorities. If the driver uses the ti.drivers.ports interface instead of making OS calls directly, then the HwiP port handles the interrupt priority in an OS specific way. In the case of the SYS/BIOS port, intPriority is passed unmodified to Hwi_create().

Field Documentation

unsigned int USBMSCHFatFsTiva_HWAttrs::intNum

USB interrupt vector

unsigned int USBMSCHFatFsTiva_HWAttrs::intPriority

USB interrupt priority


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated