Pte

Type Alias Pte 

pub type Pte = Periph<RegisterBlock, 0x400F_F100>;
Expand description

General Purpose Input/Output

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Pte

§

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

Formats the value using the given formatter. Read more