[−][src]Struct esp32::i2s::conf::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>>
Trait Implementations
impl Deref for R[src]
type Target = R<CONF_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl From<R<CONF_SPEC>> for R[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,