[][src]Struct s32k144::ftm0::sc::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 ps(&self) -> PSR
[src]

Bits 0:2 - Prescale Factor Selection

pub fn clks(&self) -> CLKSR
[src]

Bits 3:4 - Clock Source Selection

pub fn cpwms(&self) -> CPWMSR
[src]

Bit 5 - Center-Aligned PWM Select

pub fn rie(&self) -> RIER
[src]

Bit 6 - Reload Point Interrupt Enable

pub fn rf(&self) -> RFR
[src]

Bit 7 - Reload Flag

pub fn toie(&self) -> TOIER
[src]

Bit 8 - Timer Overflow Interrupt Enable

pub fn tof(&self) -> TOFR
[src]

Bit 9 - Timer Overflow Flag

pub fn pwmen0(&self) -> PWMEN0R
[src]

Bit 16 - Channel 0 PWM enable bit

pub fn pwmen1(&self) -> PWMEN1R
[src]

Bit 17 - Channel 1 PWM enable bit

pub fn pwmen2(&self) -> PWMEN2R
[src]

Bit 18 - Channel 2 PWM enable bit

pub fn pwmen3(&self) -> PWMEN3R
[src]

Bit 19 - Channel 3 PWM enable bit

pub fn pwmen4(&self) -> PWMEN4R
[src]

Bit 20 - Channel 4 PWM enable bit

pub fn pwmen5(&self) -> PWMEN5R
[src]

Bit 21 - Channel 5 PWM enable bit

pub fn pwmen6(&self) -> PWMEN6R
[src]

Bit 22 - Channel 6 PWM enable bit

pub fn pwmen7(&self) -> PWMEN7R
[src]

Bit 23 - Channel 7 PWM enable bit

pub fn fltps(&self) -> FLTPSR
[src]

Bits 24:27 - Filter Prescaler

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]