Struct mk20d7::ftm2::combine::R

source ·
pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

source§

impl R

source

pub fn bits(&self) -> u32

Value of the register as raw bits

source

pub fn combine0(&self) -> COMBINE0R

Bit 0 - Combine Channels for n = 0

source

pub fn comp0(&self) -> COMP0R

Bit 1 - Complement of Channel (n) for n = 0

source

pub fn decapen0(&self) -> DECAPEN0R

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

source

pub fn decap0(&self) -> DECAP0R

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

source

pub fn dten0(&self) -> DTEN0R

Bit 4 - Deadtime Enable for n = 0

source

pub fn syncen0(&self) -> SYNCEN0R

Bit 5 - Synchronization Enable for n = 0

source

pub fn faulten0(&self) -> FAULTEN0R

Bit 6 - Fault Control Enable for n = 0

source

pub fn combine1(&self) -> COMBINE1R

Bit 8 - Combine Channels for n = 2

source

pub fn comp1(&self) -> COMP1R

Bit 9 - Complement of Channel (n) for n = 2

source

pub fn decapen1(&self) -> DECAPEN1R

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

source

pub fn decap1(&self) -> DECAP1R

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

source

pub fn dten1(&self) -> DTEN1R

Bit 12 - Deadtime Enable for n = 2

source

pub fn syncen1(&self) -> SYNCEN1R

Bit 13 - Synchronization Enable for n = 2

source

pub fn faulten1(&self) -> FAULTEN1R

Bit 14 - Fault Control Enable for n = 2

source

pub fn combine2(&self) -> COMBINE2R

Bit 16 - Combine Channels for n = 4

source

pub fn comp2(&self) -> COMP2R

Bit 17 - Complement of Channel (n) for n = 4

source

pub fn decapen2(&self) -> DECAPEN2R

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

source

pub fn decap2(&self) -> DECAP2R

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

source

pub fn dten2(&self) -> DTEN2R

Bit 20 - Deadtime Enable for n = 4

source

pub fn syncen2(&self) -> SYNCEN2R

Bit 21 - Synchronization Enable for n = 4

source

pub fn faulten2(&self) -> FAULTEN2R

Bit 22 - Fault Control Enable for n = 4

source

pub fn combine3(&self) -> COMBINE3R

Bit 24 - Combine Channels for n = 6

source

pub fn comp3(&self) -> COMP3R

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

source

pub fn decapen3(&self) -> DECAPEN3R

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

source

pub fn decap3(&self) -> DECAP3R

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

source

pub fn dten3(&self) -> DTEN3R

Bit 28 - Deadtime Enable for n = 6

source

pub fn syncen3(&self) -> SYNCEN3R

Bit 29 - Synchronization Enable for n = 6

source

pub fn faulten3(&self) -> FAULTEN3R

Bit 30 - Fault Control Enable for n = 6

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.