pub struct W(_);
Expand description
Register INT_ENA_CH0
writer
Implementations
sourceimpl W
impl W
sourcepub fn in_done_ch0_int_ena(&mut self) -> IN_DONE_CH0_INT_ENA_W<'_>
pub fn in_done_ch0_int_ena(&mut self) -> IN_DONE_CH0_INT_ENA_W<'_>
Bit 0 - The interrupt enable bit for the IN_DONE_CH_INT interrupt.
sourcepub fn in_suc_eof_ch0_int_ena(&mut self) -> IN_SUC_EOF_CH0_INT_ENA_W<'_>
pub fn in_suc_eof_ch0_int_ena(&mut self) -> IN_SUC_EOF_CH0_INT_ENA_W<'_>
Bit 1 - The interrupt enable bit for the IN_SUC_EOF_CH_INT interrupt.
sourcepub fn in_err_eof_ch0_int_ena(&mut self) -> IN_ERR_EOF_CH0_INT_ENA_W<'_>
pub fn in_err_eof_ch0_int_ena(&mut self) -> IN_ERR_EOF_CH0_INT_ENA_W<'_>
Bit 2 - The interrupt enable bit for the IN_ERR_EOF_CH_INT interrupt.
sourcepub fn out_done_ch0_int_ena(&mut self) -> OUT_DONE_CH0_INT_ENA_W<'_>
pub fn out_done_ch0_int_ena(&mut self) -> OUT_DONE_CH0_INT_ENA_W<'_>
Bit 3 - The interrupt enable bit for the OUT_DONE_CH_INT interrupt.
sourcepub fn out_eof_ch0_int_ena(&mut self) -> OUT_EOF_CH0_INT_ENA_W<'_>
pub fn out_eof_ch0_int_ena(&mut self) -> OUT_EOF_CH0_INT_ENA_W<'_>
Bit 4 - The interrupt enable bit for the OUT_EOF_CH_INT interrupt.
sourcepub fn in_dscr_err_ch0_int_ena(&mut self) -> IN_DSCR_ERR_CH0_INT_ENA_W<'_>
pub fn in_dscr_err_ch0_int_ena(&mut self) -> IN_DSCR_ERR_CH0_INT_ENA_W<'_>
Bit 5 - The interrupt enable bit for the IN_DSCR_ERR_CH_INT interrupt.
sourcepub fn out_dscr_err_ch0_int_ena(&mut self) -> OUT_DSCR_ERR_CH0_INT_ENA_W<'_>
pub fn out_dscr_err_ch0_int_ena(&mut self) -> OUT_DSCR_ERR_CH0_INT_ENA_W<'_>
Bit 6 - The interrupt enable bit for the OUT_DSCR_ERR_CH_INT interrupt.
sourcepub fn in_dscr_empty_ch0_int_ena(&mut self) -> IN_DSCR_EMPTY_CH0_INT_ENA_W<'_>
pub fn in_dscr_empty_ch0_int_ena(&mut self) -> IN_DSCR_EMPTY_CH0_INT_ENA_W<'_>
Bit 7 - The interrupt enable bit for the IN_DSCR_EMPTY_CH_INT interrupt.
sourcepub fn out_total_eof_ch0_int_ena(&mut self) -> OUT_TOTAL_EOF_CH0_INT_ENA_W<'_>
pub fn out_total_eof_ch0_int_ena(&mut self) -> OUT_TOTAL_EOF_CH0_INT_ENA_W<'_>
Bit 8 - The interrupt enable bit for the OUT_TOTAL_EOF_CH_INT interrupt.
sourcepub fn infifo_ovf_ch0_int_ena(&mut self) -> INFIFO_OVF_CH0_INT_ENA_W<'_>
pub fn infifo_ovf_ch0_int_ena(&mut self) -> INFIFO_OVF_CH0_INT_ENA_W<'_>
Bit 9 - The interrupt enable bit for the INFIFO_OVF_L1_CH_INT interrupt.
sourcepub fn infifo_udf_ch0_int_ena(&mut self) -> INFIFO_UDF_CH0_INT_ENA_W<'_>
pub fn infifo_udf_ch0_int_ena(&mut self) -> INFIFO_UDF_CH0_INT_ENA_W<'_>
Bit 10 - The interrupt enable bit for the INFIFO_UDF_L1_CH_INT interrupt.
sourcepub fn outfifo_ovf_ch0_int_ena(&mut self) -> OUTFIFO_OVF_CH0_INT_ENA_W<'_>
pub fn outfifo_ovf_ch0_int_ena(&mut self) -> OUTFIFO_OVF_CH0_INT_ENA_W<'_>
Bit 11 - The interrupt enable bit for the OUTFIFO_OVF_L1_CH_INT interrupt.
sourcepub fn outfifo_udf_ch0_int_ena(&mut self) -> OUTFIFO_UDF_CH0_INT_ENA_W<'_>
pub fn outfifo_udf_ch0_int_ena(&mut self) -> OUTFIFO_UDF_CH0_INT_ENA_W<'_>
Bit 12 - The interrupt enable bit for the OUTFIFO_UDF_L1_CH_INT interrupt.
Methods from Deref<Target = W<INT_ENA_CH0_SPEC>>
Trait Implementations
sourceimpl From<W<INT_ENA_CH0_SPEC>> for W
impl From<W<INT_ENA_CH0_SPEC>> for W
sourcefn from(writer: W<INT_ENA_CH0_SPEC>) -> Self
fn from(writer: W<INT_ENA_CH0_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