[][src]Struct circuit_playground_express::tcc0::drvctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn nre0(&self) -> NRE0R[src]

Bit 0 - Non-Recoverable State 0 Output Enable

pub fn nre1(&self) -> NRE1R[src]

Bit 1 - Non-Recoverable State 1 Output Enable

pub fn nre2(&self) -> NRE2R[src]

Bit 2 - Non-Recoverable State 2 Output Enable

pub fn nre3(&self) -> NRE3R[src]

Bit 3 - Non-Recoverable State 3 Output Enable

pub fn nre4(&self) -> NRE4R[src]

Bit 4 - Non-Recoverable State 4 Output Enable

pub fn nre5(&self) -> NRE5R[src]

Bit 5 - Non-Recoverable State 5 Output Enable

pub fn nre6(&self) -> NRE6R[src]

Bit 6 - Non-Recoverable State 6 Output Enable

pub fn nre7(&self) -> NRE7R[src]

Bit 7 - Non-Recoverable State 7 Output Enable

pub fn nrv0(&self) -> NRV0R[src]

Bit 8 - Non-Recoverable State 0 Output Value

pub fn nrv1(&self) -> NRV1R[src]

Bit 9 - Non-Recoverable State 1 Output Value

pub fn nrv2(&self) -> NRV2R[src]

Bit 10 - Non-Recoverable State 2 Output Value

pub fn nrv3(&self) -> NRV3R[src]

Bit 11 - Non-Recoverable State 3 Output Value

pub fn nrv4(&self) -> NRV4R[src]

Bit 12 - Non-Recoverable State 4 Output Value

pub fn nrv5(&self) -> NRV5R[src]

Bit 13 - Non-Recoverable State 5 Output Value

pub fn nrv6(&self) -> NRV6R[src]

Bit 14 - Non-Recoverable State 6 Output Value

pub fn nrv7(&self) -> NRV7R[src]

Bit 15 - Non-Recoverable State 7 Output Value

pub fn inven0(&self) -> INVEN0R[src]

Bit 16 - Output Waveform 0 Inversion

pub fn inven1(&self) -> INVEN1R[src]

Bit 17 - Output Waveform 1 Inversion

pub fn inven2(&self) -> INVEN2R[src]

Bit 18 - Output Waveform 2 Inversion

pub fn inven3(&self) -> INVEN3R[src]

Bit 19 - Output Waveform 3 Inversion

pub fn inven4(&self) -> INVEN4R[src]

Bit 20 - Output Waveform 4 Inversion

pub fn inven5(&self) -> INVEN5R[src]

Bit 21 - Output Waveform 5 Inversion

pub fn inven6(&self) -> INVEN6R[src]

Bit 22 - Output Waveform 6 Inversion

pub fn inven7(&self) -> INVEN7R[src]

Bit 23 - Output Waveform 7 Inversion

pub fn filterval0(&self) -> FILTERVAL0R[src]

Bits 24:27 - Non-Recoverable Fault Input 0 Filter Value

pub fn filterval1(&self) -> FILTERVAL1R[src]

Bits 28:31 - Non-Recoverable Fault Input 1 Filter Value

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]