Trait atmega32u4_hal::port::PortExt[][src]

pub trait PortExt {
    type Parts;
    fn split(self) -> Self::Parts;
}

A splittable port

Associated Types

Type that contains the split result

Required Methods

Split this port into 8 pins

Implementations on Foreign Types

impl PortExt for PORTB
[src]

impl PortExt for PORTC
[src]

impl PortExt for PORTD
[src]

impl PortExt for PORTE
[src]

impl PortExt for PORTF
[src]

Implementors