TI-RTOS for SimpleLink Wireless MCUs  2.14.02.22
Data Fields
GPIOMSP432_Config Struct Reference

GPIO device specific driver configuration structure. More...

#include <GPIOMSP432.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* GPIOMSP432_Config::pinConfigs

Pointer to the board's GPIO_PinConfig array

GPIO_CallbackFxn* GPIOMSP432_Config::callbacks

Pointer to the board's GPIO_CallbackFxn array

uint32_t GPIOMSP432_Config::numberOfPinConfigs

number of GPIO_PinConfigs defined

uint32_t GPIOMSP432_Config::numberOfCallbacks

number of GPIO_Callbacks defined

uint32_t GPIOMSP432_Config::intPriority

interrupt priority used for call back interrupts

a setting of ~0 will configure the lowest possible priority


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