[][src]Enum xmc4400::hrpwm0::hrcstsg::H1DSTE_A

pub enum H1DSTE_A {
    VALUE1,
    VALUE2,
}

HRC1 dead time value shadow transfer status

Value on reset: 0

Variants

VALUE1

0: No shadow transfer pending for HRCyDCRThis register holds the dead time value that is going to be inserted whenever a rising transition on the output latch is sensed. and HRCyDCFThis register holds the dead time value that is going to be inserted whenever a falling transition on the output latch is sensed. values

VALUE2

1: Shadow transfer pending for HRCyDCRThis register holds the dead time value that is going to be inserted whenever a rising transition on the output latch is sensed. and HRCyDCFThis register holds the dead time value that is going to be inserted whenever a falling transition on the output latch is sensed. values

Trait Implementations

impl Clone for H1DSTE_A[src]

impl Copy for H1DSTE_A[src]

impl Debug for H1DSTE_A[src]

impl From<H1DSTE_A> for bool[src]

impl PartialEq<H1DSTE_A> for H1DSTE_A[src]

impl StructuralPartialEq for H1DSTE_A[src]

Auto Trait Implementations

impl Send for H1DSTE_A

impl Sync for H1DSTE_A

impl Unpin for H1DSTE_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.