Pidr

Type Alias Pidr 

pub type Pidr = Reg<PidrSpec>;
Expand description

PIDR (rw) register accessor: Port Input Disable Register

You can read this register and get pidr::R. You can reset, write, write_with_zero this register using pidr::W. You can also modify this register. See API.

For information about available fields see pidr module

Aliased Type§

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

Fields§

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