Pin

Type Alias Pin 

pub type Pin = Reg<PinSpec>;
Expand description

PIN (r) register accessor: Pin State Register

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

For information about available fields see pin module

Aliased Type§

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

Fields§

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