Sun SPOT API
Green Release  


com.sun.spot.peripheral
Interface IAT91_Peripherals


public interface IAT91_Peripherals

This interface simply provides symbolic access to the RM9200 peripheral ids. The ids are held in the form of a bit mask, with one bit set in the position corresponding to the id of the peripheral (eg if the id is 4, bit 4 is set). These ids are used to specify the required device when enabling interrupts or enabling peripheral clocks.


Field Summary
static int EMAC_ID_MASK
           
static int FIQ_ID_MASK
           
static int IRQ0_ID_MASK
           
static int IRQ1_ID_MASK
           
static int IRQ2_ID_MASK
           
static int IRQ3_ID_MASK
           
static int IRQ4_ID_MASK
           
static int IRQ5_ID_MASK
           
static int IRQ6_ID_MASK
           
static int MCI_ID_MASK
           
static int PIOA_ID_MASK
           
static int PIOB_ID_MASK
           
static int PIOC_ID_MASK
           
static int PIOD_ID_MASK
           
static int SPI_ID_MASK
           
static int SSC0_ID_MASK
           
static int SSC1_ID_MASK
           
static int SSC2_ID_MASK
           
static int SYSIRQ_ID_MASK
           
static int TC0_ID_MASK
           
static int TC1_ID_MASK
           
static int TC2_ID_MASK
           
static int TC3_ID_MASK
           
static int TC4_ID_MASK
           
static int TC5_ID_MASK
           
static int TWI_ID_MASK
           
static int UDP_ID_MASK
           
static int UHP_ID_MASK
           
static int US0_ID_MASK
           
static int US1_ID_MASK
           
static int US2_ID_MASK
           
static int US3_ID_MASK
           
 

Field Detail

FIQ_ID_MASK

static final int FIQ_ID_MASK
See Also:
Constant Field Values

SYSIRQ_ID_MASK

static final int SYSIRQ_ID_MASK
See Also:
Constant Field Values

PIOA_ID_MASK

static final int PIOA_ID_MASK
See Also:
Constant Field Values

PIOB_ID_MASK

static final int PIOB_ID_MASK
See Also:
Constant Field Values

PIOC_ID_MASK

static final int PIOC_ID_MASK
See Also:
Constant Field Values

PIOD_ID_MASK

static final int PIOD_ID_MASK
See Also:
Constant Field Values

US0_ID_MASK

static final int US0_ID_MASK
See Also:
Constant Field Values

US1_ID_MASK

static final int US1_ID_MASK
See Also:
Constant Field Values

US2_ID_MASK

static final int US2_ID_MASK
See Also:
Constant Field Values

US3_ID_MASK

static final int US3_ID_MASK
See Also:
Constant Field Values

MCI_ID_MASK

static final int MCI_ID_MASK
See Also:
Constant Field Values

UDP_ID_MASK

static final int UDP_ID_MASK
See Also:
Constant Field Values

TWI_ID_MASK

static final int TWI_ID_MASK
See Also:
Constant Field Values

SPI_ID_MASK

static final int SPI_ID_MASK
See Also:
Constant Field Values

SSC0_ID_MASK

static final int SSC0_ID_MASK
See Also:
Constant Field Values

SSC1_ID_MASK

static final int SSC1_ID_MASK
See Also:
Constant Field Values

SSC2_ID_MASK

static final int SSC2_ID_MASK
See Also:
Constant Field Values

TC0_ID_MASK

static final int TC0_ID_MASK
See Also:
Constant Field Values

TC1_ID_MASK

static final int TC1_ID_MASK
See Also:
Constant Field Values

TC2_ID_MASK

static final int TC2_ID_MASK
See Also:
Constant Field Values

TC3_ID_MASK

static final int TC3_ID_MASK
See Also:
Constant Field Values

TC4_ID_MASK

static final int TC4_ID_MASK
See Also:
Constant Field Values

TC5_ID_MASK

static final int TC5_ID_MASK
See Also:
Constant Field Values

UHP_ID_MASK

static final int UHP_ID_MASK
See Also:
Constant Field Values

EMAC_ID_MASK

static final int EMAC_ID_MASK
See Also:
Constant Field Values

IRQ0_ID_MASK

static final int IRQ0_ID_MASK
See Also:
Constant Field Values

IRQ1_ID_MASK

static final int IRQ1_ID_MASK
See Also:
Constant Field Values

IRQ2_ID_MASK

static final int IRQ2_ID_MASK
See Also:
Constant Field Values

IRQ3_ID_MASK

static final int IRQ3_ID_MASK
See Also:
Constant Field Values

IRQ4_ID_MASK

static final int IRQ4_ID_MASK
See Also:
Constant Field Values

IRQ5_ID_MASK

static final int IRQ5_ID_MASK
See Also:
Constant Field Values

IRQ6_ID_MASK

static final int IRQ6_ID_MASK
See Also:
Constant Field Values

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.