Struct avr_mcu::Port [] [src]

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

A port, such as PORTB.

Methods

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

Gets all associated registers.

Gets all associated signals.

Gets the signal associated with a pad.

Gets the data direction register.

Gets the port register.

Gets the pin register.