[][src]Struct s32k144::ftm3::exttrig::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 ch2trig(&mut self) -> _CH2TRIGW
[src]

Bit 0 - Channel 2 External Trigger Enable

pub fn ch3trig(&mut self) -> _CH3TRIGW
[src]

Bit 1 - Channel 3 External Trigger Enable

pub fn ch4trig(&mut self) -> _CH4TRIGW
[src]

Bit 2 - Channel 4 External Trigger Enable

pub fn ch5trig(&mut self) -> _CH5TRIGW
[src]

Bit 3 - Channel 5 External Trigger Enable

pub fn ch0trig(&mut self) -> _CH0TRIGW
[src]

Bit 4 - Channel 0 External Trigger Enable

pub fn ch1trig(&mut self) -> _CH1TRIGW
[src]

Bit 5 - Channel 1 External Trigger Enable

pub fn inittrigen(&mut self) -> _INITTRIGENW
[src]

Bit 6 - Initialization Trigger Enable

pub fn ch6trig(&mut self) -> _CH6TRIGW
[src]

Bit 8 - Channel 6 External Trigger Enable

pub fn ch7trig(&mut self) -> _CH7TRIGW
[src]

Bit 9 - Channel 7 External Trigger 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]