Pmprot

Type Alias Pmprot 

pub type Pmprot = Reg<PmprotSpec>;
Expand description

PMPROT (rw) register accessor: Power Mode Protection register

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

For information about available fields see pmprot module

Aliased Type§

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

Fields§

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