Ctrl2

Type Alias Ctrl2 

pub type Ctrl2 = Reg<Ctrl2Spec>;
Expand description

CTRL2 (rw) register accessor: Control 2 register

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

For information about available fields see ctrl2 module

Aliased Type§

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

Fields§

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