Struct atmega32u4::EXT_INT[][src]

pub struct EXT_INT { /* fields omitted */ }

External Interrupts

Methods

impl EXT_INT
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for EXT_INT
[src]

impl Deref for EXT_INT
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for EXT_INT