Type Alias W

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

Register STATUS writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn stop(&mut self) -> StopW<'_, StatusSpec>

Bit 0 - Stop

Source

pub fn idx(&mut self) -> IdxW<'_, StatusSpec>

Bit 1 - Ramp

Source

pub fn ufs(&mut self) -> UfsW<'_, StatusSpec>

Bit 2 - Non-recoverable Update Fault State

Source

pub fn dfs(&mut self) -> DfsW<'_, StatusSpec>

Bit 3 - Non-Recoverable Debug Fault State

Source

pub fn slave(&mut self) -> SlaveW<'_, StatusSpec>

Bit 4 - Slave

Source

pub fn pattbufv(&mut self) -> PattbufvW<'_, StatusSpec>

Bit 5 - Pattern Buffer Valid

Source

pub fn perbufv(&mut self) -> PerbufvW<'_, StatusSpec>

Bit 7 - Period Buffer Valid

Source

pub fn faultain(&mut self) -> FaultainW<'_, StatusSpec>

Bit 8 - Recoverable Fault A Input

Source

pub fn faultbin(&mut self) -> FaultbinW<'_, StatusSpec>

Bit 9 - Recoverable Fault B Input

Source

pub fn fault0in(&mut self) -> Fault0inW<'_, StatusSpec>

Bit 10 - Non-Recoverable Fault0 Input

Source

pub fn fault1in(&mut self) -> Fault1inW<'_, StatusSpec>

Bit 11 - Non-Recoverable Fault1 Input

Source

pub fn faulta(&mut self) -> FaultaW<'_, StatusSpec>

Bit 12 - Recoverable Fault A State

Source

pub fn faultb(&mut self) -> FaultbW<'_, StatusSpec>

Bit 13 - Recoverable Fault B State

Source

pub fn fault0(&mut self) -> Fault0W<'_, StatusSpec>

Bit 14 - Non-Recoverable Fault 0 State

Source

pub fn fault1(&mut self) -> Fault1W<'_, StatusSpec>

Bit 15 - Non-Recoverable Fault 1 State

Source

pub fn ccbufv0(&mut self) -> Ccbufv0W<'_, StatusSpec>

Bit 16 - Compare Channel 0 Buffer Valid

Source

pub fn ccbufv1(&mut self) -> Ccbufv1W<'_, StatusSpec>

Bit 17 - Compare Channel 1 Buffer Valid

Source

pub fn ccbufv2(&mut self) -> Ccbufv2W<'_, StatusSpec>

Bit 18 - Compare Channel 2 Buffer Valid

Source

pub fn ccbufv3(&mut self) -> Ccbufv3W<'_, StatusSpec>

Bit 19 - Compare Channel 3 Buffer Valid

Source

pub fn ccbufv4(&mut self) -> Ccbufv4W<'_, StatusSpec>

Bit 20 - Compare Channel 4 Buffer Valid

Source

pub fn ccbufv5(&mut self) -> Ccbufv5W<'_, StatusSpec>

Bit 21 - Compare Channel 5 Buffer Valid

Source

pub fn cmp0(&mut self) -> Cmp0W<'_, StatusSpec>

Bit 24 - Compare Channel 0 Value

Source

pub fn cmp1(&mut self) -> Cmp1W<'_, StatusSpec>

Bit 25 - Compare Channel 1 Value

Source

pub fn cmp2(&mut self) -> Cmp2W<'_, StatusSpec>

Bit 26 - Compare Channel 2 Value

Source

pub fn cmp3(&mut self) -> Cmp3W<'_, StatusSpec>

Bit 27 - Compare Channel 3 Value

Source

pub fn cmp4(&mut self) -> Cmp4W<'_, StatusSpec>

Bit 28 - Compare Channel 4 Value

Source

pub fn cmp5(&mut self) -> Cmp5W<'_, StatusSpec>

Bit 29 - Compare Channel 5 Value