Struct esp32c3::i2s0::lc_hung_conf::W
source · pub struct W(_);
Expand description
Register LC_HUNG_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn lc_fifo_timeout(&mut self) -> LC_FIFO_TIMEOUT_W<'_, 0>
pub fn lc_fifo_timeout(&mut self) -> LC_FIFO_TIMEOUT_W<'_, 0>
Bits 0:7 - the i2s_tx_hung_int interrupt or the i2s_rx_hung_int interrupt will be triggered when fifo hung counter is equal to this value
sourcepub fn lc_fifo_timeout_shift(&mut self) -> LC_FIFO_TIMEOUT_SHIFT_W<'_, 8>
pub fn lc_fifo_timeout_shift(&mut self) -> LC_FIFO_TIMEOUT_SHIFT_W<'_, 8>
Bits 8:10 - The bits are used to scale tick counter threshold. The tick counter is reset when counter value >= 88000/2^i2s_lc_fifo_timeout_shift
sourcepub fn lc_fifo_timeout_ena(&mut self) -> LC_FIFO_TIMEOUT_ENA_W<'_, 11>
pub fn lc_fifo_timeout_ena(&mut self) -> LC_FIFO_TIMEOUT_ENA_W<'_, 11>
Bit 11 - The enable bit for FIFO timeout
Methods from Deref<Target = W<LC_HUNG_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more