[][src]Struct esp32::uart::conf0::W

pub struct W(_);

Register CONF0 writer

Implementations

impl W[src]

pub fn tick_ref_always_on(&mut self) -> TICK_REF_ALWAYS_ON_W<'_>[src]

Bit 27

pub fn err_wr_mask(&mut self) -> ERR_WR_MASK_W<'_>[src]

Bit 26

pub fn clk_en(&mut self) -> CLK_EN_W<'_>[src]

Bit 25

pub fn dtr_inv(&mut self) -> DTR_INV_W<'_>[src]

Bit 24

pub fn rts_inv(&mut self) -> RTS_INV_W<'_>[src]

Bit 23

pub fn txd_inv(&mut self) -> TXD_INV_W<'_>[src]

Bit 22

pub fn dsr_inv(&mut self) -> DSR_INV_W<'_>[src]

Bit 21

pub fn cts_inv(&mut self) -> CTS_INV_W<'_>[src]

Bit 20

pub fn rxd_inv(&mut self) -> RXD_INV_W<'_>[src]

Bit 19

pub fn txfifo_rst(&mut self) -> TXFIFO_RST_W<'_>[src]

Bit 18

pub fn rxfifo_rst(&mut self) -> RXFIFO_RST_W<'_>[src]

Bit 17

pub fn irda_en(&mut self) -> IRDA_EN_W<'_>[src]

Bit 16

pub fn tx_flow_en(&mut self) -> TX_FLOW_EN_W<'_>[src]

Bit 15

pub fn loopback(&mut self) -> LOOPBACK_W<'_>[src]

Bit 14

pub fn irda_rx_inv(&mut self) -> IRDA_RX_INV_W<'_>[src]

Bit 13

pub fn irda_tx_inv(&mut self) -> IRDA_TX_INV_W<'_>[src]

Bit 12

pub fn irda_wctl(&mut self) -> IRDA_WCTL_W<'_>[src]

Bit 11

pub fn irda_tx_en(&mut self) -> IRDA_TX_EN_W<'_>[src]

Bit 10

pub fn irda_dplx(&mut self) -> IRDA_DPLX_W<'_>[src]

Bit 9

pub fn txd_brk(&mut self) -> TXD_BRK_W<'_>[src]

Bit 8

pub fn sw_dtr(&mut self) -> SW_DTR_W<'_>[src]

Bit 7

pub fn sw_rts(&mut self) -> SW_RTS_W<'_>[src]

Bit 6

pub fn stop_bit_num(&mut self) -> STOP_BIT_NUM_W<'_>[src]

Bits 4:5

pub fn bit_num(&mut self) -> BIT_NUM_W<'_>[src]

Bits 2:3

pub fn parity_en(&mut self) -> PARITY_EN_W<'_>[src]

Bit 1

pub fn parity(&mut self) -> PARITY_W<'_>[src]

Bit 0

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

Writes raw bits to the register.

Methods from Deref<Target = W<CONF0_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<CONF0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<CONF0_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.