module ti.mcu.msp430.runtime.utils.Led |
Simple LED manager
C synopsis | target-domain | sourced in ti/mcu/msp430/runtime/utils/Led.xdc |
Functions | |
Void | |
Void | |
Void | |
Functions common to all target modules | |
Led_Module_getMask// Returns the diagnostics mask for this module,
Led_Module_hasMask// Test whether this module has a diagnostics mask,
Led_Module_heap// The heap from which this module allocates memory,
Led_Module_id// Get this module's unique id,
Led_Module_setMask// Set the diagnostics mask for this module,
Led_Module_startupDone// Test if this module has completed startup
|
|
Defines | |
#define | Led_PORT0// (Ptr)0x11 |
#define | Led_PORT0DIR// (Ptr)0x12 |
#define | Led_PORT1// (Ptr)0x21 |
#define | Led_PORT1DIR// (Ptr)0x22 |
#define | Led_PORT2// (Ptr)0x29 |
#define | Led_PORT2DIR// (Ptr)0x2A |
#define | Led_PORT3// (Ptr)0x19 |
#define | Led_PORT3DIR// (Ptr)0x1A |
#define | Led_PORT4// (Ptr)0x1D |
#define | Led_PORT4DIR// (Ptr)0x1E |
#define | Led_PORT5// (Ptr)0x31 |
#define | Led_PORT5DIR// (Ptr)0x32 |
#define | Led_PORT6// (Ptr)0x35 |
#define | Led_PORT6DIR// (Ptr)0x36 |
#define | Led_PORT7// (Ptr)0x3A |
#define | Led_PORT7DIR// (Ptr)0x3C |
#define | Led_PORT8// (Ptr)0x3B |
#define | Led_PORT8DIR// (Ptr)0x3D |
#define | Led_PORTADIR_H// (Ptr)0x205 |
#define | Led_PORTADIR_L// (Ptr)0x204 |
#define | Led_PORTA_H// (Ptr)0x203 |
#define | Led_PORTA_L// (Ptr)0x202 |
#define | Led_PORTBDIR_H// (Ptr)0x225 |
#define | Led_PORTBDIR_L// (Ptr)0x224 |
#define | Led_PORTB_H// (Ptr)0x223 |
#define | Led_PORTB_L// (Ptr)0x222 |
#define | Led_PORTCDIR_H// (Ptr)0x245 |
#define | Led_PORTCDIR_L// (Ptr)0x244 |
#define | Led_PORTC_H// (Ptr)0x243 |
#define | Led_PORTC_L// (Ptr)0x242 |
#define | Led_PORTDDIR_H// (Ptr)0x265 |
#define | Led_PORTDDIR_L// (Ptr)0x264 |
#define | Led_PORTD_H// (Ptr)0x263 |
#define | Led_PORTD_L// (Ptr)0x262 |
#define | Led_PORTEDIR_H// (Ptr)0x285 |
#define | Led_PORTEDIR_L// (Ptr)0x284 |
#define | Led_PORTE_H// (Ptr)0x283 |
#define | Led_PORTE_L// (Ptr)0x282 |
#define | Led_PORTFDIR_L// (Ptr)0x2A4 |
#define | Led_PORTF_L// (Ptr)0x2A2 |
Constants | |
extern const Ptr | |
extern const Bits8 | |
extern const Ptr | |
extern const Bits8 |
const Led_PORT0 |
C synopsis | target-domain |
const Led_PORT0DIR |
C synopsis | target-domain |
const Led_PORT1 |
C synopsis | target-domain |
const Led_PORT1DIR |
C synopsis | target-domain |
const Led_PORT2 |
C synopsis | target-domain |
const Led_PORT2DIR |
C synopsis | target-domain |
const Led_PORT3 |
C synopsis | target-domain |
const Led_PORT3DIR |
C synopsis | target-domain |
const Led_PORT4 |
C synopsis | target-domain |
const Led_PORT4DIR |
C synopsis | target-domain |
const Led_PORT5 |
C synopsis | target-domain |
const Led_PORT5DIR |
C synopsis | target-domain |
const Led_PORT6 |
C synopsis | target-domain |
const Led_PORT6DIR |
C synopsis | target-domain |
const Led_PORT7 |
C synopsis | target-domain |
const Led_PORT7DIR |
C synopsis | target-domain |
const Led_PORT8 |
C synopsis | target-domain |
const Led_PORT8DIR |
C synopsis | target-domain |
const Led_PORTADIR_H |
C synopsis | target-domain |
const Led_PORTADIR_L |
C synopsis | target-domain |
const Led_PORTA_H |
C synopsis | target-domain |
const Led_PORTA_L |
C synopsis | target-domain |
const Led_PORTBDIR_H |
C synopsis | target-domain |
const Led_PORTBDIR_L |
C synopsis | target-domain |
const Led_PORTB_H |
C synopsis | target-domain |
const Led_PORTB_L |
C synopsis | target-domain |
const Led_PORTCDIR_H |
C synopsis | target-domain |
const Led_PORTCDIR_L |
C synopsis | target-domain |
const Led_PORTC_H |
C synopsis | target-domain |
const Led_PORTC_L |
C synopsis | target-domain |
const Led_PORTDDIR_H |
C synopsis | target-domain |
const Led_PORTDDIR_L |
C synopsis | target-domain |
const Led_PORTD_H |
C synopsis | target-domain |
const Led_PORTD_L |
C synopsis | target-domain |
const Led_PORTEDIR_H |
C synopsis | target-domain |
const Led_PORTEDIR_L |
C synopsis | target-domain |
const Led_PORTE_H |
C synopsis | target-domain |
const Led_PORTE_L |
C synopsis | target-domain |
const Led_PORTFDIR_L |
C synopsis | target-domain |
const Led_PORTF_L |
C synopsis | target-domain |
config Led_DIRCFG // module-wide |
Address of GPIO configuration register
C synopsis | target-domain |
config Led_GREEN // module-wide |
Port mask for a green LED
C synopsis | target-domain |
config Led_PORT // module-wide |
Address of 8-bit output port to use
C synopsis | target-domain |
config Led_RED // module-wide |
Port mask for a red LED
C synopsis | target-domain |
Led_off() // module-wide |
Turn specified LED off
C synopsis | target-domain |
Led_on() // module-wide |
Turn specified LED on
C synopsis | target-domain |
Led_toggle() // module-wide |
Toggle the state of specified LED
C synopsis | target-domain |
Module-Wide Built-Ins |
C synopsis | target-domain |
usage | meta-domain | sourced in ti/mcu/msp430/runtime/utils/Led.xdc |
const Led.PORT0 |
usage | meta-domain |
const Led.PORT0DIR |
usage | meta-domain |
const Led.PORT1 |
usage | meta-domain |
const Led.PORT1DIR |
usage | meta-domain |
const Led.PORT2 |
usage | meta-domain |
const Led.PORT2DIR |
usage | meta-domain |
const Led.PORT3 |
usage | meta-domain |
const Led.PORT3DIR |
usage | meta-domain |
const Led.PORT4 |
usage | meta-domain |
const Led.PORT4DIR |
usage | meta-domain |
const Led.PORT5 |
usage | meta-domain |
const Led.PORT5DIR |
usage | meta-domain |
const Led.PORT6 |
usage | meta-domain |
const Led.PORT6DIR |
usage | meta-domain |
const Led.PORT7 |
usage | meta-domain |
const Led.PORT7DIR |
usage | meta-domain |
const Led.PORT8 |
usage | meta-domain |
const Led.PORT8DIR |
usage | meta-domain |
const Led.PORTADIR_H |
usage | meta-domain |
const Led.PORTADIR_L |
usage | meta-domain |
const Led.PORTA_H |
usage | meta-domain |
const Led.PORTA_L |
usage | meta-domain |
const Led.PORTBDIR_H |
usage | meta-domain |
const Led.PORTBDIR_L |
usage | meta-domain |
const Led.PORTB_H |
usage | meta-domain |
const Led.PORTB_L |
usage | meta-domain |
const Led.PORTCDIR_H |
usage | meta-domain |
const Led.PORTCDIR_L |
usage | meta-domain |
const Led.PORTC_H |
usage | meta-domain |
const Led.PORTC_L |
usage | meta-domain |
const Led.PORTDDIR_H |
usage | meta-domain |
const Led.PORTDDIR_L |
usage | meta-domain |
const Led.PORTD_H |
usage | meta-domain |
const Led.PORTD_L |
usage | meta-domain |
const Led.PORTEDIR_H |
usage | meta-domain |
const Led.PORTEDIR_L |
usage | meta-domain |
const Led.PORTE_H |
usage | meta-domain |
const Led.PORTE_L |
usage | meta-domain |
const Led.PORTFDIR_L |
usage | meta-domain |
const Led.PORTF_L |
usage | meta-domain |
config Led.DIRCFG // module-wide |
Address of GPIO configuration register
usage | meta-domain |
config Led.GREEN // module-wide |
Port mask for a green LED
usage | meta-domain |
config Led.PORT // module-wide |
Address of 8-bit output port to use
usage | meta-domain |
config Led.RED // module-wide |
Port mask for a red LED
usage | meta-domain |
metaonly config Led.common$ // module-wide |
Common module configuration parameters
usage | meta-domain |