[][src]Enum imxrt1062_pwm1::sm::smcaptctrlb::INP_SELB_A

pub enum INP_SELB_A {
    INP_SELB_0,
    INP_SELB_1,
}

Input Select B

Value on reset: 0

Variants

INP_SELB_0

0: Raw PWM_B input signal selected as source.

INP_SELB_1

1: Output of edge counter/compare selected as source. Note that when this bitfield is set to 1, the internal edge counter is enabled and the rising and/or falling edges specified by the CAPTCTRLB[EDGB0] and CAPTCTRLB[EDGB1] fields are ignored. The software must still place a value other than 00 in either or both of the CAPTCTLRB[EDGB0] and/or CAPTCTRLB[EDGB1] fields in order to enable one or both of the capture registers.

Trait Implementations

impl Clone for INP_SELB_A[src]

impl Copy for INP_SELB_A[src]

impl Debug for INP_SELB_A[src]

impl From<INP_SELB_A> for bool[src]

impl PartialEq<INP_SELB_A> for INP_SELB_A[src]

impl StructuralPartialEq for INP_SELB_A[src]

Auto Trait Implementations

impl Send for INP_SELB_A

impl Sync for INP_SELB_A

impl Unpin for INP_SELB_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, 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.