[][src]Struct s32k144::ftm1::pwmload::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 ch0sel(&mut self) -> _CH0SELW
[src]

Bit 0 - Channel 0 Select

pub fn ch1sel(&mut self) -> _CH1SELW
[src]

Bit 1 - Channel 1 Select

pub fn ch2sel(&mut self) -> _CH2SELW
[src]

Bit 2 - Channel 2 Select

pub fn ch3sel(&mut self) -> _CH3SELW
[src]

Bit 3 - Channel 3 Select

pub fn ch4sel(&mut self) -> _CH4SELW
[src]

Bit 4 - Channel 4 Select

pub fn ch5sel(&mut self) -> _CH5SELW
[src]

Bit 5 - Channel 5 Select

pub fn ch6sel(&mut self) -> _CH6SELW
[src]

Bit 6 - Channel 6 Select

pub fn ch7sel(&mut self) -> _CH7SELW
[src]

Bit 7 - Channel 7 Select

pub fn hcsel(&mut self) -> _HCSELW
[src]

Bit 8 - Half Cycle Select

pub fn ldok(&mut self) -> _LDOKW
[src]

Bit 9 - Load Enable

pub fn glen(&mut self) -> _GLENW
[src]

Bit 10 - Global Load Enable

pub fn gldok(&mut self) -> _GLDOKW
[src]

Bit 11 - Global Load OK

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]