RstR

Type Alias RstR 

pub type RstR = BitReader<Rst>;
Expand description

Field RST reader - Software Reset

Aliased Type§

pub struct RstR { /* private fields */ }

Implementations§

§

impl RstR

pub const fn variant(&self) -> Rst

Get enumerated values variant

pub fn is_0(&self) -> bool

Slave logic is not reset.

pub fn is_1(&self) -> bool

Slave logic is reset.