[][src]Struct s32k144::cmp0::c2::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 Self
[src]

Writes raw bits to the register

pub fn acon(&mut self) -> _ACONW
[src]

Bits 0:7 - The result of the input comparison for channel n

pub fn initmod(&mut self) -> _INITMODW
[src]

Bits 8:13 - Comparator and DAC initialization delay modulus.

pub fn nsam(&mut self) -> _NSAMW
[src]

Bits 14:15 - Number of sample clocks

pub fn ch0f(&mut self) -> _CH0FW
[src]

Bit 16 - Channel 0 input changed flag

pub fn ch1f(&mut self) -> _CH1FW
[src]

Bit 17 - Channel 1 input changed flag

pub fn ch2f(&mut self) -> _CH2FW
[src]

Bit 18 - Channel 2 input changed flag

pub fn ch3f(&mut self) -> _CH3FW
[src]

Bit 19 - Channel 3 input changed flag

pub fn ch4f(&mut self) -> _CH4FW
[src]

Bit 20 - Channel 4 input changed flag

pub fn ch5f(&mut self) -> _CH5FW
[src]

Bit 21 - Channel 5 input changed flag

pub fn ch6f(&mut self) -> _CH6FW
[src]

Bit 22 - Channel 6 input changed flag

pub fn ch7f(&mut self) -> _CH7FW
[src]

Bit 23 - Channel 7 input changed flag

pub fn fxmxch(&mut self) -> _FXMXCHW
[src]

Bits 25:27 - Fixed channel selection

pub fn fxmp(&mut self) -> _FXMPW
[src]

Bit 29 - Fixed MUX Port

pub fn rrie(&mut self) -> _RRIEW
[src]

Bit 30 - Round-Robin interrupt enable

pub fn rre(&mut self) -> _RREW
[src]

Bit 31 - Round-Robin Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]