Interface: tos.chips.at91.HplAT91Interrupt

interface HplAT91Interrupt

at91 interrupt mapping

Commands
command error_t allocate() Allocates interrupts
command void disable() Disables a peripheral interrupt.
command void enable() Enables a periperhal interrupt.

Events
event void fired() The peripheral interrupt event.

Commands - Details

allocate

command error_t allocate()

Allocates interrupts

disable

command void disable()

Disables a peripheral interrupt.

enable

command void enable()

Enables a periperhal interrupt.

Events - Details

fired

event void fired()

The peripheral interrupt event.