TI-RTOS Drivers  tidrivers_full_2_20_00_08
Data Fields
GPIOTiva_Config Struct Reference

GPIO device specific driver configuration structure. More...

#include <GPIOTiva.h>

Data Fields

GPIO_PinConfigpinConfigs
 
GPIO_CallbackFxncallbacks
 
uint32_t numberOfPinConfigs
 
uint32_t numberOfCallbacks
 
uint32_t intPriority
 

Detailed Description

GPIO device specific driver configuration structure.

Field Documentation

GPIO_PinConfig* GPIOTiva_Config::pinConfigs

Pointer to the board's PinConfig array

GPIO_CallbackFxn* GPIOTiva_Config::callbacks

Pointer to the board's callback array

uint32_t GPIOTiva_Config::numberOfPinConfigs

Number of pin configs defined

uint32_t GPIOTiva_Config::numberOfCallbacks

Number of callbacks defined

uint32_t GPIOTiva_Config::intPriority

Interrupt priority used for call back interrupts.

intPriority is the 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().

Setting ~0 will configure the lowest possible priority


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