Porte

Type Alias Porte 

pub type Porte = Periph<RegisterBlock, 0x4004_D000>;
Expand description

Pin Control and Interrupts

Aliased Type§

pub struct Porte {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Porte

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more