Timcmp

Type Alias Timcmp 

pub type Timcmp = Reg<TimcmpSpec>;
Expand description

TIMCMP (rw) register accessor: Timer Compare N Register

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

For information about available fields see timcmp module

Aliased Type§

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

Fields§

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