[][src]Struct s32k144::ftm1::c0sc::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 dma(&self) -> DMAR
[src]

Bit 0 - DMA Enable

pub fn icrst(&self) -> ICRSTR
[src]

Bit 1 - FTM counter reset by the selected input capture event.

pub fn elsa(&self) -> ELSAR
[src]

Bit 2 - Channel (n) Edge or Level Select

pub fn elsb(&self) -> ELSBR
[src]

Bit 3 - Channel (n) Edge or Level Select

pub fn msa(&self) -> MSAR
[src]

Bit 4 - Channel (n) Mode Select

pub fn msb(&self) -> MSBR
[src]

Bit 5 - Channel (n) Mode Select

pub fn chie(&self) -> CHIER
[src]

Bit 6 - Channel (n) Interrupt Enable

pub fn chf(&self) -> CHFR
[src]

Bit 7 - Channel (n) Flag

pub fn trigmode(&self) -> TRIGMODER
[src]

Bit 8 - Trigger mode control

pub fn chis(&self) -> CHISR
[src]

Bit 9 - Channel (n) Input State

pub fn chov(&self) -> CHOVR
[src]

Bit 10 - Channel (n) Output Value

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]