Pmctrl

Type Alias Pmctrl 

pub type Pmctrl = Reg<PmctrlSpec>;
Expand description

PMCTRL (rw) register accessor: Power Mode Control register

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

For information about available fields see pmctrl module

Aliased Type§

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

Fields§

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