pub type W = W<StatusaSpec>;
Expand description
Register STATUSA
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn done(&mut self) -> DoneW<'_, StatusaSpec>
pub fn done(&mut self) -> DoneW<'_, StatusaSpec>
Bit 0 - Done
Sourcepub fn crstext(&mut self) -> CrstextW<'_, StatusaSpec>
pub fn crstext(&mut self) -> CrstextW<'_, StatusaSpec>
Bit 1 - CPU Reset Phase Extension
Sourcepub fn berr(&mut self) -> BerrW<'_, StatusaSpec>
pub fn berr(&mut self) -> BerrW<'_, StatusaSpec>
Bit 2 - Bus Error
Sourcepub fn fail(&mut self) -> FailW<'_, StatusaSpec>
pub fn fail(&mut self) -> FailW<'_, StatusaSpec>
Bit 3 - Failure
Sourcepub fn perr(&mut self) -> PerrW<'_, StatusaSpec>
pub fn perr(&mut self) -> PerrW<'_, StatusaSpec>
Bit 4 - Protection Error