metaonly interface ti.catalog.msp430.peripherals.gpio_grace3.IGPIO

MSP430 General Purpose Input Output Ports

XDCspec summary sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
metaonly interface IGPIO {  ...
instance:  ...
XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
 
metaonly interface IGPIO inherits IPeripheral {
module-wide constants & types
    typedef String StringArray// [];
 
        String registerName;
        String registerDescription;
        String isrToggleString;
        String priorityName;
        Bool interruptEnable;
        Bool interruptHandler;
        Int priority;
    };
module-wide functions
 
 
instance:
per-instance config parameters
}
 
typedef IGPIO.IPeripheralArray
XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
typedef IPeripheral.Instance IPeripheralArray[];
 
 
typedef IGPIO.StringArray
XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
typedef String StringArray[];
 
 
struct IGPIO.regIntVect_t

Interrupt vector description

XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
metaonly struct regIntVect_t {
    String registerName;
    String registerDescription;
    String isrToggleString;
    String priorityName;
    Bool interruptEnable;
    Bool interruptHandler;
    Int priority;
};
 
DETAILS
Type to describe a single interrupt vector pin and all its possible configurations.
SEE
 
IGPIO.getAll()  // module-wide

Find all peripherals of a certain type

XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
 
DETAILS
The type of the peripherals returned is defined by the type of the caller.
RETURNS
Returns an array of IPeripheral instances
 
IGPIO.getRegisters()  // module-wide

Find all registers defined by the peripheral

XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
IPeripheral.StringArray getRegisters();
 
RETURNS
Returns an array of register names
 
config IGPIO.Params.interruptSource  // instance

GPIO interrupt source

XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
config IGPIO.regIntVect_t interruptSource[32];
 
 
config IGPIO.Params.name  // instance

Specific peripheral name given by the device

XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
config String name;
 
DETAILS
Devices can have more than one peripheral of the same type. In such cases, device data sheets give different names to the instances of a same peripheral. For example, the name for a timer module could be TimerA3, and a device that has two such timers can name them TA0 and TA1.
 
config IGPIO.Params.owner  // instance

String specifying the entity that manages the peripheral

XDCspec declarations sourced in ti/catalog/msp430/peripherals/gpio_grace3/IGPIO.xdc
config String owner;
 
generated on Fri, 22 Feb 2019 01:34:31 GMT