Portd

Type Alias Portd 

pub type Portd = Periph<RegisterBlock, 0x4004_C000>;
Expand description

Pin Control and Interrupts

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Portd

§

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

Formats the value using the given formatter. Read more