[][src]Struct s32k144::ftm2::pwmload::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

pub fn ch0sel(&self) -> CH0SELR
[src]

Bit 0 - Channel 0 Select

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

Bit 1 - Channel 1 Select

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

Bit 2 - Channel 2 Select

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

Bit 3 - Channel 3 Select

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

Bit 4 - Channel 4 Select

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

Bit 5 - Channel 5 Select

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

Bit 6 - Channel 6 Select

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

Bit 7 - Channel 7 Select

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

Bit 8 - Half Cycle Select

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

Bit 9 - Load Enable

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

Bit 10 - Global Load Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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]