Type Alias SR

Source
pub type SR = Reg<u32, _SR>;
Expand description

status register

This register you can read. See API.

For information about available fields see sr module

Aliased Type§

pub struct SR { /* private fields */ }

Trait Implementations§

Source§

impl Readable for SR

read() method returns sr::R reader structure