AR

Type Alias AR 

Source
pub type AR = Reg<ARrs>;
Expand description

AR (rw) register accessor: address register

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

See register structure

For information about available fields see ar module

Aliased Typeยง

pub struct AR { /* private fields */ }