pub struct R(_);
Expand description
Register INT_ENA_CH2
reader
Implementations
sourceimpl R
impl R
sourcepub fn in_done_ch2_int_ena(&self) -> IN_DONE_CH2_INT_ENA_R
pub fn in_done_ch2_int_ena(&self) -> IN_DONE_CH2_INT_ENA_R
Bit 0 - The interrupt enable bit for the IN_DONE_CH_INT interrupt.
sourcepub fn in_suc_eof_ch2_int_ena(&self) -> IN_SUC_EOF_CH2_INT_ENA_R
pub fn in_suc_eof_ch2_int_ena(&self) -> IN_SUC_EOF_CH2_INT_ENA_R
Bit 1 - The interrupt enable bit for the IN_SUC_EOF_CH_INT interrupt.
sourcepub fn in_err_eof_ch2_int_ena(&self) -> IN_ERR_EOF_CH2_INT_ENA_R
pub fn in_err_eof_ch2_int_ena(&self) -> IN_ERR_EOF_CH2_INT_ENA_R
Bit 2 - The interrupt enable bit for the IN_ERR_EOF_CH_INT interrupt.
sourcepub fn out_done_ch2_int_ena(&self) -> OUT_DONE_CH2_INT_ENA_R
pub fn out_done_ch2_int_ena(&self) -> OUT_DONE_CH2_INT_ENA_R
Bit 3 - The interrupt enable bit for the OUT_DONE_CH_INT interrupt.
sourcepub fn out_eof_ch2_int_ena(&self) -> OUT_EOF_CH2_INT_ENA_R
pub fn out_eof_ch2_int_ena(&self) -> OUT_EOF_CH2_INT_ENA_R
Bit 4 - The interrupt enable bit for the OUT_EOF_CH_INT interrupt.
sourcepub fn in_dscr_err_ch2_int_ena(&self) -> IN_DSCR_ERR_CH2_INT_ENA_R
pub fn in_dscr_err_ch2_int_ena(&self) -> IN_DSCR_ERR_CH2_INT_ENA_R
Bit 5 - The interrupt enable bit for the IN_DSCR_ERR_CH_INT interrupt.
sourcepub fn out_dscr_err_ch2_int_ena(&self) -> OUT_DSCR_ERR_CH2_INT_ENA_R
pub fn out_dscr_err_ch2_int_ena(&self) -> OUT_DSCR_ERR_CH2_INT_ENA_R
Bit 6 - The interrupt enable bit for the OUT_DSCR_ERR_CH_INT interrupt.
sourcepub fn in_dscr_empty_ch2_int_ena(&self) -> IN_DSCR_EMPTY_CH2_INT_ENA_R
pub fn in_dscr_empty_ch2_int_ena(&self) -> IN_DSCR_EMPTY_CH2_INT_ENA_R
Bit 7 - The interrupt enable bit for the IN_DSCR_EMPTY_CH_INT interrupt.
sourcepub fn out_total_eof_ch2_int_ena(&self) -> OUT_TOTAL_EOF_CH2_INT_ENA_R
pub fn out_total_eof_ch2_int_ena(&self) -> OUT_TOTAL_EOF_CH2_INT_ENA_R
Bit 8 - The interrupt enable bit for the OUT_TOTAL_EOF_CH_INT interrupt.
sourcepub fn infifo_ovf_ch2_int_ena(&self) -> INFIFO_OVF_CH2_INT_ENA_R
pub fn infifo_ovf_ch2_int_ena(&self) -> INFIFO_OVF_CH2_INT_ENA_R
Bit 9 - The interrupt enable bit for the INFIFO_OVF_L1_CH_INT interrupt.
sourcepub fn infifo_udf_ch2_int_ena(&self) -> INFIFO_UDF_CH2_INT_ENA_R
pub fn infifo_udf_ch2_int_ena(&self) -> INFIFO_UDF_CH2_INT_ENA_R
Bit 10 - The interrupt enable bit for the INFIFO_UDF_L1_CH_INT interrupt.
sourcepub fn outfifo_ovf_ch2_int_ena(&self) -> OUTFIFO_OVF_CH2_INT_ENA_R
pub fn outfifo_ovf_ch2_int_ena(&self) -> OUTFIFO_OVF_CH2_INT_ENA_R
Bit 11 - The interrupt enable bit for the OUTFIFO_OVF_L1_CH_INT interrupt.
sourcepub fn outfifo_udf_ch2_int_ena(&self) -> OUTFIFO_UDF_CH2_INT_ENA_R
pub fn outfifo_udf_ch2_int_ena(&self) -> OUTFIFO_UDF_CH2_INT_ENA_R
Bit 12 - The interrupt enable bit for the OUTFIFO_UDF_L1_CH_INT interrupt.
Methods from Deref<Target = R<INT_ENA_CH2_SPEC>>
Trait Implementations
sourceimpl From<R<INT_ENA_CH2_SPEC>> for R
impl From<R<INT_ENA_CH2_SPEC>> for R
sourcefn from(reader: R<INT_ENA_CH2_SPEC>) -> Self
fn from(reader: R<INT_ENA_CH2_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