Regsc

Type Alias Regsc 

pub type Regsc = Reg<RegscSpec>;
Expand description

REGSC (rw) register accessor: Regulator Status and Control Register

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

For information about available fields see regsc module

Aliased Type§

#[repr(transparent)]
pub struct Regsc { register: VolatileCell<u8>, _marker: PhantomData<RegscSpec>, }

Fields§

§register: VolatileCell<u8>§_marker: PhantomData<RegscSpec>