Cmpl

Type Alias Cmpl 

pub type Cmpl = Reg<CmplSpec>;
Expand description

CMPL (w) register accessor: Compare Low Register

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

For information about available fields see cmpl module

Aliased Type§

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

Fields§

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