Data Fields
GPIO_Config Struct Reference

GPIO driver configuration structure. More...

#include <GPIO.h>

Data Fields

GPIO_PinConfigconfigs
 
GPIO_CallbackFxncallbacks
 
void ** userArgs
 
uint32_t intPriority
 

Detailed Description

GPIO driver configuration structure.

The GPIO_Config struct contains the defaults for pin configuration.

The interrupt priority of all pins configured to generate interrupts is also specified here. Values for the interrupt priority are device-specific. You should be well-acquainted with the interrupt controller used in your device before setting this parameter to a non-default value. The sentinel value of (~0) (the default value) is used to indicate that the lowest possible priority should be used.

Field Documentation

§ configs

GPIO_PinConfig* GPIO_Config::configs

§ callbacks

GPIO_CallbackFxn* GPIO_Config::callbacks

§ userArgs

void** GPIO_Config::userArgs

§ intPriority

uint32_t GPIO_Config::intPriority

The documentation for this struct was generated from the following file:
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale