[][src]Struct s32k144::ftm0::combine::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 combine0(&self) -> COMBINE0R
[src]

Bit 0 - Combine Channels For n = 0

pub fn comp0(&self) -> COMP0R
[src]

Bit 1 - Complement Of Channel (n) For n = 0

pub fn decapen0(&self) -> DECAPEN0R
[src]

Bit 2 - Dual Edge Capture Mode Enable For n = 0

pub fn decap0(&self) -> DECAP0R
[src]

Bit 3 - Dual Edge Capture Mode Captures For n = 0

pub fn dten0(&self) -> DTEN0R
[src]

Bit 4 - Deadtime Enable For n = 0

pub fn syncen0(&self) -> SYNCEN0R
[src]

Bit 5 - Synchronization Enable For n = 0

pub fn faulten0(&self) -> FAULTEN0R
[src]

Bit 6 - Fault Control Enable For n = 0

pub fn mcombine0(&self) -> MCOMBINE0R
[src]

Bit 7 - Modified Combine Mode For n = 0

pub fn combine1(&self) -> COMBINE1R
[src]

Bit 8 - Combine Channels For n = 2

pub fn comp1(&self) -> COMP1R
[src]

Bit 9 - Complement Of Channel (n) For n = 2

pub fn decapen1(&self) -> DECAPEN1R
[src]

Bit 10 - Dual Edge Capture Mode Enable For n = 2

pub fn decap1(&self) -> DECAP1R
[src]

Bit 11 - Dual Edge Capture Mode Captures For n = 2

pub fn dten1(&self) -> DTEN1R
[src]

Bit 12 - Deadtime Enable For n = 2

pub fn syncen1(&self) -> SYNCEN1R
[src]

Bit 13 - Synchronization Enable For n = 2

pub fn faulten1(&self) -> FAULTEN1R
[src]

Bit 14 - Fault Control Enable For n = 2

pub fn mcombine1(&self) -> MCOMBINE1R
[src]

Bit 15 - Modified Combine Mode For n = 2

pub fn combine2(&self) -> COMBINE2R
[src]

Bit 16 - Combine Channels For n = 4

pub fn comp2(&self) -> COMP2R
[src]

Bit 17 - Complement Of Channel (n) For n = 4

pub fn decapen2(&self) -> DECAPEN2R
[src]

Bit 18 - Dual Edge Capture Mode Enable For n = 4

pub fn decap2(&self) -> DECAP2R
[src]

Bit 19 - Dual Edge Capture Mode Captures For n = 4

pub fn dten2(&self) -> DTEN2R
[src]

Bit 20 - Deadtime Enable For n = 4

pub fn syncen2(&self) -> SYNCEN2R
[src]

Bit 21 - Synchronization Enable For n = 4

pub fn faulten2(&self) -> FAULTEN2R
[src]

Bit 22 - Fault Control Enable For n = 4

pub fn mcombine2(&self) -> MCOMBINE2R
[src]

Bit 23 - Modified Combine Mode For n = 4

pub fn combine3(&self) -> COMBINE3R
[src]

Bit 24 - Combine Channels For n = 6

pub fn comp3(&self) -> COMP3R
[src]

Bit 25 - Complement Of Channel (n) for n = 6

pub fn decapen3(&self) -> DECAPEN3R
[src]

Bit 26 - Dual Edge Capture Mode Enable For n = 6

pub fn decap3(&self) -> DECAP3R
[src]

Bit 27 - Dual Edge Capture Mode Captures For n = 6

pub fn dten3(&self) -> DTEN3R
[src]

Bit 28 - Deadtime Enable For n = 6

pub fn syncen3(&self) -> SYNCEN3R
[src]

Bit 29 - Synchronization Enable For n = 6

pub fn faulten3(&self) -> FAULTEN3R
[src]

Bit 30 - Fault Control Enable For n = 6

pub fn mcombine3(&self) -> MCOMBINE3R
[src]

Bit 31 - Modified Combine Mode For n = 6

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]