[][src]Struct esp32::i2s::conf::R

pub struct R(_);

Register CONF reader

Implementations

impl R[src]

pub fn sig_loopback(&self) -> SIG_LOOPBACK_R[src]

Bit 18

pub fn rx_msb_right(&self) -> RX_MSB_RIGHT_R[src]

Bit 17

pub fn tx_msb_right(&self) -> TX_MSB_RIGHT_R[src]

Bit 16

pub fn rx_mono(&self) -> RX_MONO_R[src]

Bit 15

pub fn tx_mono(&self) -> TX_MONO_R[src]

Bit 14

pub fn rx_short_sync(&self) -> RX_SHORT_SYNC_R[src]

Bit 13

pub fn tx_short_sync(&self) -> TX_SHORT_SYNC_R[src]

Bit 12

pub fn rx_msb_shift(&self) -> RX_MSB_SHIFT_R[src]

Bit 11

pub fn tx_msb_shift(&self) -> TX_MSB_SHIFT_R[src]

Bit 10

pub fn rx_right_first(&self) -> RX_RIGHT_FIRST_R[src]

Bit 9

pub fn tx_right_first(&self) -> TX_RIGHT_FIRST_R[src]

Bit 8

pub fn rx_slave_mod(&self) -> RX_SLAVE_MOD_R[src]

Bit 7

pub fn tx_slave_mod(&self) -> TX_SLAVE_MOD_R[src]

Bit 6

pub fn rx_start(&self) -> RX_START_R[src]

Bit 5

pub fn tx_start(&self) -> TX_START_R[src]

Bit 4

pub fn rx_fifo_reset(&self) -> RX_FIFO_RESET_R[src]

Bit 3

pub fn tx_fifo_reset(&self) -> TX_FIFO_RESET_R[src]

Bit 2

pub fn rx_reset(&self) -> RX_RESET_R[src]

Bit 1

pub fn tx_reset(&self) -> TX_RESET_R[src]

Bit 0

Methods from Deref<Target = R<CONF_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CONF_SPEC>

The resulting type after dereferencing.

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