Cmph

Type Alias Cmph 

pub type Cmph = Reg<CmphSpec>;
Expand description

CMPH (w) register accessor: Compare High Register

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

For information about available fields see cmph module

Aliased Type§

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

Fields§

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