Skip to main content

Reload

Type Alias Reload 

Source
pub type Reload = Reg<ReloadSpec>;
Expand description

RELOAD (rw) register accessor: Instruction Timer Reload Register

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 */ }