RELOAD

Type Alias RELOAD 

Source
pub type RELOAD = Reg<RELOAD_SPEC>;
Expand description

reload (rw) register accessor: Reload value of counter.

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

For information about available fields see reload module

Aliased Typeยง

pub struct RELOAD { /* private fields */ }