com.sun.spot.peripheral
Interface IAT91_Peripherals
public interface IAT91_Peripherals
This interface 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.
This interface also defines which peripherals are accessible from Java.
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
PERIPHERALS_NOT_ACCESSIBLE_FROM_JAVA
static final int PERIPHERALS_NOT_ACCESSIBLE_FROM_JAVA
- See Also:
- Constant Field Values
PERIPHERALS_ACCESSIBLE_FROM_JAVA
static final int PERIPHERALS_ACCESSIBLE_FROM_JAVA
- See Also:
- Constant Field Values
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.