Timctl

Type Alias Timctl 

pub type Timctl = Reg<TimctlSpec>;
Expand description

TIMCTL (rw) register accessor: Timer Control N Register

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

For information about available fields see timctl module

Aliased Type§

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

Fields§

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