Data Fields
GPIOMSP432E4_Config Struct Reference

GPIO device specific driver configuration structure. More...

#include <GPIOMSP432E4.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

§ pinConfigs

GPIO_PinConfig* GPIOMSP432E4_Config::pinConfigs

Pointer to the board's PinConfig array

§ callbacks

GPIO_CallbackFxn* GPIOMSP432E4_Config::callbacks

Pointer to the board's callback array

§ numberOfPinConfigs

uint32_t GPIOMSP432E4_Config::numberOfPinConfigs

Number of pin configs defined

§ numberOfCallbacks

uint32_t GPIOMSP432E4_Config::numberOfCallbacks

Number of callbacks defined

§ intPriority

uint32_t GPIOMSP432E4_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.dpl 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 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale