Struct esp32::i2s0::sample_rate_conf::R
source · pub struct R(_);
Expand description
Register SAMPLE_RATE_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn tx_bck_div_num(&self) -> TX_BCK_DIV_NUM_R
pub fn tx_bck_div_num(&self) -> TX_BCK_DIV_NUM_R
Bits 0:5
sourcepub fn rx_bck_div_num(&self) -> RX_BCK_DIV_NUM_R
pub fn rx_bck_div_num(&self) -> RX_BCK_DIV_NUM_R
Bits 6:11
sourcepub fn tx_bits_mod(&self) -> TX_BITS_MOD_R
pub fn tx_bits_mod(&self) -> TX_BITS_MOD_R
Bits 12:17
sourcepub fn rx_bits_mod(&self) -> RX_BITS_MOD_R
pub fn rx_bits_mod(&self) -> RX_BITS_MOD_R
Bits 18:23
Methods from Deref<Target = R<SAMPLE_RATE_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<SAMPLE_RATE_CONF_SPEC>> for R
impl From<R<SAMPLE_RATE_CONF_SPEC>> for R
sourcefn from(reader: R<SAMPLE_RATE_CONF_SPEC>) -> Self
fn from(reader: R<SAMPLE_RATE_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more