Ctrl

Type Alias Ctrl 

pub type Ctrl = Reg<CtrlSpec>;
Expand description

CTRL (rw) register accessor: Control Register

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

For information about available fields see ctrl module

Aliased Type§

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

Fields§

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