MODE

Type Alias MODE 

Source
pub type MODE = Reg<MODE_SPEC>;
Expand description

mode (rw) register accessor: Timer mode. When periodic is set to 1 the counter will automatically be reset to the reload value.

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

For information about available fields see mode module

Aliased Typeยง

pub struct MODE { /* private fields */ }