Module avr_device::atmega2560::exint[][src]

Expand description

External Interrupts

Modules

External Interrupt Control Register A

External Interrupt Control Register B

External Interrupt Flag Register

External Interrupt Mask Register

Pin Change Interrupt Control Register

Pin Change Interrupt Flag Register

Pin Change Mask Register 0

Pin Change Mask Register 1

Pin Change Mask Register 2

Structs

Register block

Type Definitions

EICRA register accessor: an alias for Reg<EICRA_SPEC>

EICRB register accessor: an alias for Reg<EICRB_SPEC>

EIFR register accessor: an alias for Reg<EIFR_SPEC>

EIMSK register accessor: an alias for Reg<EIMSK_SPEC>

PCICR register accessor: an alias for Reg<PCICR_SPEC>

PCIFR register accessor: an alias for Reg<PCIFR_SPEC>

PCMSK0 register accessor: an alias for Reg<PCMSK0_SPEC>

PCMSK1 register accessor: an alias for Reg<PCMSK1_SPEC>

PCMSK2 register accessor: an alias for Reg<PCMSK2_SPEC>