Module atmega_hal::pac::exint
source · Expand description
External Interrupts
Modules§
- External Interrupt Control Register
- 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 Aliases§
- EICRA (rw) register accessor: an alias for
Reg<EICRA_SPEC>
- EIFR (rw) register accessor: an alias for
Reg<EIFR_SPEC>
- EIMSK (rw) register accessor: an alias for
Reg<EIMSK_SPEC>
- PCICR (rw) register accessor: an alias for
Reg<PCICR_SPEC>
- PCIFR (rw) register accessor: an alias for
Reg<PCIFR_SPEC>
- PCMSK0 (rw) register accessor: an alias for
Reg<PCMSK0_SPEC>
- PCMSK1 (rw) register accessor: an alias for
Reg<PCMSK1_SPEC>
- PCMSK2 (rw) register accessor: an alias for
Reg<PCMSK2_SPEC>