[][src]Module avr_device::atmega48p::exint

External Interrupts

Modules

eicra

External Interrupt Control Register

eifr

External Interrupt Flag Register

eimsk

External Interrupt Mask Register

pcicr

Pin Change Interrupt Control Register

pcifr

Pin Change Interrupt Flag Register

pcmsk0

Pin Change Mask Register 0

pcmsk1

Pin Change Mask Register 1

pcmsk2

Pin Change Mask Register 2

Structs

RegisterBlock

Register block

Type Definitions

EICRA

EICRA register accessor: an alias for Reg<EICRA_SPEC>

EIFR

EIFR register accessor: an alias for Reg<EIFR_SPEC>

EIMSK

EIMSK register accessor: an alias for Reg<EIMSK_SPEC>

PCICR

PCICR register accessor: an alias for Reg<PCICR_SPEC>

PCIFR

PCIFR register accessor: an alias for Reg<PCIFR_SPEC>

PCMSK0

PCMSK0 register accessor: an alias for Reg<PCMSK0_SPEC>

PCMSK1

PCMSK1 register accessor: an alias for Reg<PCMSK1_SPEC>

PCMSK2

PCMSK2 register accessor: an alias for Reg<PCMSK2_SPEC>