Porta

Type Alias Porta 

pub type Porta = Periph<RegisterBlock, 0x4004_9000>;
Expand description

Pin Control and Interrupts

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Porta

§

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

Formats the value using the given formatter. Read more