|
API Documentation
9.14.00
|
GPIO driver configuration structure. More...
Data Fields | |
| GPIO_CallbackFxn * | callbacks |
| GPIO_PinConfig * | configs |
| uint32_t | intPriority |
| void ** | userArgs |
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.
1.8.12