Cint

Type Alias Cint 

pub type Cint = Reg<CintSpec>;
Expand description

CINT (w) register accessor: Clear Interrupt Request Register

You can reset, write, write_with_zero this register using cint::W. See API.

For information about available fields see cint module

Aliased Type§

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

Fields§

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