Type Alias W

Source
pub type W = W<StatusaSpec>;
Expand description

Register STATUSA writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn done(&mut self) -> DoneW<'_, StatusaSpec>

Bit 0 - Done

Source

pub fn crstext(&mut self) -> CrstextW<'_, StatusaSpec>

Bit 1 - CPU Reset Phase Extension

Source

pub fn berr(&mut self) -> BerrW<'_, StatusaSpec>

Bit 2 - Bus Error

Source

pub fn fail(&mut self) -> FailW<'_, StatusaSpec>

Bit 3 - Failure

Source

pub fn perr(&mut self) -> PerrW<'_, StatusaSpec>

Bit 4 - Protection Error