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

pub struct R(_);

Register MEM_CONF reader

Implementations

impl R[src]

pub fn tx_mem_empty_thrhd(&self) -> TX_MEM_EMPTY_THRHD_R[src]

Bits 28:30

pub fn rx_mem_full_thrhd(&self) -> RX_MEM_FULL_THRHD_R[src]

Bits 25:27

pub fn xoff_threshold_h2(&self) -> XOFF_THRESHOLD_H2_R[src]

Bits 23:24

pub fn xon_threshold_h2(&self) -> XON_THRESHOLD_H2_R[src]

Bits 21:22

pub fn rx_tout_thrhd_h3(&self) -> RX_TOUT_THRHD_H3_R[src]

Bits 18:20

pub fn rx_flow_thrhd_h3(&self) -> RX_FLOW_THRHD_H3_R[src]

Bits 15:17

pub fn tx_size(&self) -> TX_SIZE_R[src]

Bits 7:10

pub fn rx_size(&self) -> RX_SIZE_R[src]

Bits 3:6

pub fn mem_pd(&self) -> MEM_PD_R[src]

Bit 0

Methods from Deref<Target = R<MEM_CONF_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<MEM_CONF_SPEC>

The resulting type after dereferencing.

impl From<R<MEM_CONF_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.