Type Alias AR

Source
pub type AR = Reg<u32, _AR>;
Expand description

address register

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

For information about available fields see ar module

Aliased Type§

pub struct AR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for AR

Register AR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for AR

read() method returns ar::R reader structure

Source§

impl Writable for AR

write(|w| ..) method takes ar::W writer structure