[][src]Trait arduino_leonardo::prelude::_atmega32u4_hal_port_PortExt

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

A splittable port

Associated Types

type Parts

Type that contains the split result

Loading content...

Required methods

fn split(self) -> Self::Parts

Split this port into 8 pins

Loading content...

Implementations on Foreign Types

impl PortExt for PORTF[src]

type Parts = Parts

impl PortExt for PORTC[src]

type Parts = Parts

impl PortExt for PORTE[src]

type Parts = Parts

impl PortExt for PORTB[src]

type Parts = Parts

impl PortExt for PORTD[src]

type Parts = Parts

Loading content...

Implementors

Loading content...