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

pub struct R(_);

Register CONF0 reader

Implementations

impl R[src]

pub fn tick_ref_always_on(&self) -> TICK_REF_ALWAYS_ON_R[src]

Bit 27

pub fn err_wr_mask(&self) -> ERR_WR_MASK_R[src]

Bit 26

pub fn clk_en(&self) -> CLK_EN_R[src]

Bit 25

pub fn dtr_inv(&self) -> DTR_INV_R[src]

Bit 24

pub fn rts_inv(&self) -> RTS_INV_R[src]

Bit 23

pub fn txd_inv(&self) -> TXD_INV_R[src]

Bit 22

pub fn dsr_inv(&self) -> DSR_INV_R[src]

Bit 21

pub fn cts_inv(&self) -> CTS_INV_R[src]

Bit 20

pub fn rxd_inv(&self) -> RXD_INV_R[src]

Bit 19

pub fn txfifo_rst(&self) -> TXFIFO_RST_R[src]

Bit 18

pub fn rxfifo_rst(&self) -> RXFIFO_RST_R[src]

Bit 17

pub fn irda_en(&self) -> IRDA_EN_R[src]

Bit 16

pub fn tx_flow_en(&self) -> TX_FLOW_EN_R[src]

Bit 15

pub fn loopback(&self) -> LOOPBACK_R[src]

Bit 14

pub fn irda_rx_inv(&self) -> IRDA_RX_INV_R[src]

Bit 13

pub fn irda_tx_inv(&self) -> IRDA_TX_INV_R[src]

Bit 12

pub fn irda_wctl(&self) -> IRDA_WCTL_R[src]

Bit 11

pub fn irda_tx_en(&self) -> IRDA_TX_EN_R[src]

Bit 10

pub fn irda_dplx(&self) -> IRDA_DPLX_R[src]

Bit 9

pub fn txd_brk(&self) -> TXD_BRK_R[src]

Bit 8

pub fn sw_dtr(&self) -> SW_DTR_R[src]

Bit 7

pub fn sw_rts(&self) -> SW_RTS_R[src]

Bit 6

pub fn stop_bit_num(&self) -> STOP_BIT_NUM_R[src]

Bits 4:5

pub fn bit_num(&self) -> BIT_NUM_R[src]

Bits 2:3

pub fn parity_en(&self) -> PARITY_EN_R[src]

Bit 1

pub fn parity(&self) -> PARITY_R[src]

Bit 0

Methods from Deref<Target = R<CONF0_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CONF0_SPEC>

The resulting type after dereferencing.

impl From<R<CONF0_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.