pub struct W(_);
Expand description
Register LC_HUNG_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn lc_fifo_timeout(&mut self) -> LC_FIFO_TIMEOUT_W<'_>
pub fn lc_fifo_timeout(&mut self) -> LC_FIFO_TIMEOUT_W<'_>
Bits 0:7
sourcepub fn lc_fifo_timeout_shift(&mut self) -> LC_FIFO_TIMEOUT_SHIFT_W<'_>
pub fn lc_fifo_timeout_shift(&mut self) -> LC_FIFO_TIMEOUT_SHIFT_W<'_>
Bits 8:10
sourcepub fn lc_fifo_timeout_ena(&mut self) -> LC_FIFO_TIMEOUT_ENA_W<'_>
pub fn lc_fifo_timeout_ena(&mut self) -> LC_FIFO_TIMEOUT_ENA_W<'_>
Bit 11
Methods from Deref<Target = W<LC_HUNG_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<LC_HUNG_CONF_SPEC>> for W
impl From<W<LC_HUNG_CONF_SPEC>> for W
sourcefn from(writer: W<LC_HUNG_CONF_SPEC>) -> Self
fn from(writer: W<LC_HUNG_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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