SOURCE

Type Alias SOURCE 

Source
pub type SOURCE = Reg<SOURCE_SPEC>;
Expand description

SOURCE (rw) register accessor: Selects the source for the timer. Defaults to the normal tick configured in the ticks block (typically configured to 1 microsecond). Writing to 1 will ignore the tick and count clk_sys cycles instead.

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

For information about available fields see source module

Aliased Typeยง

pub struct SOURCE { /* private fields */ }