[][src]Struct s32k144::ftm1::filter::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 ch0fval(&mut self) -> _CH0FVALW
[src]

Bits 0:3 - Channel 0 Input Filter

pub fn ch1fval(&mut self) -> _CH1FVALW
[src]

Bits 4:7 - Channel 1 Input Filter

pub fn ch2fval(&mut self) -> _CH2FVALW
[src]

Bits 8:11 - Channel 2 Input Filter

pub fn ch3fval(&mut self) -> _CH3FVALW
[src]

Bits 12:15 - Channel 3 Input Filter

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]