Pdir

Type Alias Pdir 

pub type Pdir = Reg<PdirSpec>;
Expand description

PDIR (r) register accessor: Port Data Input Register

You can read this register and get pdir::R. See API.

For information about available fields see pdir module

Aliased Type§

#[repr(transparent)]
pub struct Pdir { register: VolatileCell<u32>, _marker: PhantomData<PdirSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<PdirSpec>