Ptd

Type Alias Ptd 

pub type Ptd = Periph<RegisterBlock, 0x400F_F0C0>;
Expand description

General Purpose Input/Output

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Ptd

§

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

Formats the value using the given formatter. Read more