Type Alias ARR

Source
pub type ARR = Reg<u32, _ARR>;
Expand description

auto-reload register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see arr module

Aliased Typeยง

pub struct ARR { /* private fields */ }