[][src]Struct imxrt1062_pwm1::sm::smctrl::LDFQ_W

pub struct LDFQ_W<'a> { /* fields omitted */ }

Write proxy for field LDFQ

Methods

impl<'a> LDFQ_W<'a>[src]

pub fn variant(self, variant: LDFQ_A) -> &'a mut W[src]

Writes variant to the field

pub fn ldfq_0(self) -> &'a mut W[src]

Every PWM opportunity

pub fn ldfq_1(self) -> &'a mut W[src]

Every 2 PWM opportunities

pub fn ldfq_2(self) -> &'a mut W[src]

Every 3 PWM opportunities

pub fn ldfq_3(self) -> &'a mut W[src]

Every 4 PWM opportunities

pub fn ldfq_4(self) -> &'a mut W[src]

Every 5 PWM opportunities

pub fn ldfq_5(self) -> &'a mut W[src]

Every 6 PWM opportunities

pub fn ldfq_6(self) -> &'a mut W[src]

Every 7 PWM opportunities

pub fn ldfq_7(self) -> &'a mut W[src]

Every 8 PWM opportunities

pub fn ldfq_8(self) -> &'a mut W[src]

Every 9 PWM opportunities

pub fn ldfq_9(self) -> &'a mut W[src]

Every 10 PWM opportunities

pub fn ldfq_10(self) -> &'a mut W[src]

Every 11 PWM opportunities

pub fn ldfq_11(self) -> &'a mut W[src]

Every 12 PWM opportunities

pub fn ldfq_12(self) -> &'a mut W[src]

Every 13 PWM opportunities

pub fn ldfq_13(self) -> &'a mut W[src]

Every 14 PWM opportunities

pub fn ldfq_14(self) -> &'a mut W[src]

Every 15 PWM opportunities

pub fn ldfq_15(self) -> &'a mut W[src]

Every 16 PWM opportunities

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for LDFQ_W<'a>

impl<'a> !Sync for LDFQ_W<'a>

impl<'a> Unpin for LDFQ_W<'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.