Struct avr_mcu::Port [] [src]

pub struct Port<'a> { /* fields omitted */ }

A port, such as PORTB.

Methods

impl<'a> Port<'a>
[src]

[src]

Gets all associated registers.

[src]

Gets all associated signals.

[src]

Gets the signal associated with a pad.

[src]

Gets the data direction register.

[src]

Gets the port register.

[src]

Gets the pin register.