[][src]Struct circuit_playground_express::tcc0::waveb::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn wavegenb(&mut self) -> _WAVEGENBW[src]

Bits 0:2 - Waveform Generation Buffer

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

Bits 4:5 - Ramp Mode Buffer

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

Bit 7 - Circular Period Enable Buffer

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

Bit 8 - Circular Channel 0 Enable Buffer

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

Bit 9 - Circular Channel 1 Enable Buffer

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

Bit 10 - Circular Channel 2 Enable Buffer

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

Bit 11 - Circular Channel 3 Enable Buffer

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

Bit 16 - Channel 0 Polarity Buffer

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

Bit 17 - Channel 1 Polarity Buffer

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

Bit 18 - Channel 2 Polarity Buffer

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

Bit 19 - Channel 3 Polarity Buffer

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

Bit 24 - Swap DTI Output Pair 0 Buffer

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

Bit 25 - Swap DTI Output Pair 1 Buffer

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

Bit 26 - Swap DTI Output Pair 2 Buffer

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

Bit 27 - Swap DTI Output Pair 3 Buffer

Auto Trait Implementations

impl Send for W

impl Sync for W

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]