Interface: tos.chips.msp430.pins.HplMsp430Interrupt
interface HplMsp430Interrupt
- Author:
-
Joe Polastre
Commands
command void clear()
command void disable()
command void edge(bool low_to_high)
command void enable()
command bool getValue()
Events
event void fired()
Commands - Details
clear
command void clear()
disable
command void disable()
edge
command void edge(bool low_to_high)
- Parameters:
-
TRUE - if the interrupt should be triggered on a low to high
edge transition, false for interrupts on a high to low transition.
enable
command void enable()
getValue
command bool getValue()
- Returns:
-
TRUE if the pin is set high, FALSE if it is set low.
Events - Details
fired
event void fired()