API Documentation  9.14.00
Data Fields
GPIO_Config Struct Reference

GPIO driver configuration structure. More...

Data Fields

GPIO_CallbackFxncallbacks
 
GPIO_PinConfigconfigs
 
uint32_t intPriority
 
void ** userArgs
 

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.


The documentation for this struct was generated from the following file: