Struct esp32c3_hal::pac::i2s::lc_hung_conf::R
pub struct R(_);
Expand description
Register LC_HUNG_CONF
reader
Implementations
impl R
impl R
pub fn lc_fifo_timeout(&self) -> FieldReaderRaw<u8, u8>
pub fn lc_fifo_timeout(&self) -> FieldReaderRaw<u8, u8>
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
pub fn lc_fifo_timeout_shift(&self) -> FieldReaderRaw<u8, u8>
pub fn lc_fifo_timeout_shift(&self) -> FieldReaderRaw<u8, u8>
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
pub fn lc_fifo_timeout_ena(&self) -> BitReaderRaw<bool>
pub fn lc_fifo_timeout_ena(&self) -> BitReaderRaw<bool>
Bit 11 - The enable bit for FIFO timeout
Methods from Deref<Target = R<LC_HUNG_CONF_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<LC_HUNG_CONF_SPEC>> for R
impl From<R<LC_HUNG_CONF_SPEC>> for R
fn from(reader: R<LC_HUNG_CONF_SPEC>) -> R
fn from(reader: R<LC_HUNG_CONF_SPEC>) -> R
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