[][src]Struct esp32::mcpwm::dt1_cfg::W

pub struct W(_);

Register DT1_CFG writer

Implementations

impl W[src]

pub fn dt1_clk_sel(&mut self) -> DT1_CLK_SEL_W<'_>[src]

Bit 17

pub fn dt1_b_outbypass(&mut self) -> DT1_B_OUTBYPASS_W<'_>[src]

Bit 16

pub fn dt1_a_outbypass(&mut self) -> DT1_A_OUTBYPASS_W<'_>[src]

Bit 15

pub fn dt1_fed_outinvert(&mut self) -> DT1_FED_OUTINVERT_W<'_>[src]

Bit 14

pub fn dt1_red_outinvert(&mut self) -> DT1_RED_OUTINVERT_W<'_>[src]

Bit 13

pub fn dt1_fed_insel(&mut self) -> DT1_FED_INSEL_W<'_>[src]

Bit 12

pub fn dt1_red_insel(&mut self) -> DT1_RED_INSEL_W<'_>[src]

Bit 11

pub fn dt1_b_outswap(&mut self) -> DT1_B_OUTSWAP_W<'_>[src]

Bit 10

pub fn dt1_a_outswap(&mut self) -> DT1_A_OUTSWAP_W<'_>[src]

Bit 9

pub fn dt1_deb_mode(&mut self) -> DT1_DEB_MODE_W<'_>[src]

Bit 8

pub fn dt1_red_upmethod(&mut self) -> DT1_RED_UPMETHOD_W<'_>[src]

Bits 4:7

pub fn dt1_fed_upmethod(&mut self) -> DT1_FED_UPMETHOD_W<'_>[src]

Bits 0:3

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<DT1_CFG_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux)[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<DT1_CFG_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<DT1_CFG_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.