[][src]Struct circuit_playground_express::tcc0::waveb::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 wavegenb(&self) -> WAVEGENBR[src]

Bits 0:2 - Waveform Generation Buffer

pub fn rampb(&self) -> RAMPBR[src]

Bits 4:5 - Ramp Mode Buffer

pub fn ciperenb(&self) -> CIPERENBR[src]

Bit 7 - Circular Period Enable Buffer

pub fn ciccenb0(&self) -> CICCENB0R[src]

Bit 8 - Circular Channel 0 Enable Buffer

pub fn ciccenb1(&self) -> CICCENB1R[src]

Bit 9 - Circular Channel 1 Enable Buffer

pub fn ciccenb2(&self) -> CICCENB2R[src]

Bit 10 - Circular Channel 2 Enable Buffer

pub fn ciccenb3(&self) -> CICCENB3R[src]

Bit 11 - Circular Channel 3 Enable Buffer

pub fn polb0(&self) -> POLB0R[src]

Bit 16 - Channel 0 Polarity Buffer

pub fn polb1(&self) -> POLB1R[src]

Bit 17 - Channel 1 Polarity Buffer

pub fn polb2(&self) -> POLB2R[src]

Bit 18 - Channel 2 Polarity Buffer

pub fn polb3(&self) -> POLB3R[src]

Bit 19 - Channel 3 Polarity Buffer

pub fn swapb0(&self) -> SWAPB0R[src]

Bit 24 - Swap DTI Output Pair 0 Buffer

pub fn swapb1(&self) -> SWAPB1R[src]

Bit 25 - Swap DTI Output Pair 1 Buffer

pub fn swapb2(&self) -> SWAPB2R[src]

Bit 26 - Swap DTI Output Pair 2 Buffer

pub fn swapb3(&self) -> SWAPB3R[src]

Bit 27 - Swap DTI Output Pair 3 Buffer

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]