Struct esp32s3_hal::pac::dma::out_int_ena_ch::R
pub struct R(_);
Expand description
Register OUT_INT_ENA_CH%s
reader
Implementations§
§impl R
impl R
pub fn out_done(&self) -> BitReaderRaw<bool>
pub fn out_done(&self) -> BitReaderRaw<bool>
Bit 0 - The interrupt enable bit for the OUT_DONE_CH_INT interrupt.
pub fn out_eof(&self) -> BitReaderRaw<bool>
pub fn out_eof(&self) -> BitReaderRaw<bool>
Bit 1 - The interrupt enable bit for the OUT_EOF_CH_INT interrupt.
pub fn out_dscr_err(&self) -> BitReaderRaw<bool>
pub fn out_dscr_err(&self) -> BitReaderRaw<bool>
Bit 2 - The interrupt enable bit for the OUT_DSCR_ERR_CH_INT interrupt.
pub fn out_total_eof(&self) -> BitReaderRaw<bool>
pub fn out_total_eof(&self) -> BitReaderRaw<bool>
Bit 3 - The interrupt enable bit for the OUT_TOTAL_EOF_CH_INT interrupt.
pub fn outfifo_ovf_l1(&self) -> BitReaderRaw<bool>
pub fn outfifo_ovf_l1(&self) -> BitReaderRaw<bool>
Bit 4 - The interrupt enable bit for the OUTFIFO_OVF_L1_CH_INT interrupt.
pub fn outfifo_udf_l1(&self) -> BitReaderRaw<bool>
pub fn outfifo_udf_l1(&self) -> BitReaderRaw<bool>
Bit 5 - The interrupt enable bit for the OUTFIFO_UDF_L1_CH_INT interrupt.
pub fn outfifo_ovf_l3(&self) -> BitReaderRaw<bool>
pub fn outfifo_ovf_l3(&self) -> BitReaderRaw<bool>
Bit 6 - The interrupt enable bit for the OUTFIFO_OVF_L3_CH_INT interrupt.
pub fn outfifo_udf_l3(&self) -> BitReaderRaw<bool>
pub fn outfifo_udf_l3(&self) -> BitReaderRaw<bool>
Bit 7 - The interrupt enable bit for the OUTFIFO_UDF_L3_CH_INT interrupt.
Methods from Deref<Target = R<OUT_INT_ENA_CH_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<OUT_INT_ENA_CH_SPEC>> for R
impl From<R<OUT_INT_ENA_CH_SPEC>> for R
§fn from(reader: R<OUT_INT_ENA_CH_SPEC>) -> R
fn from(reader: R<OUT_INT_ENA_CH_SPEC>) -> R
Converts to this type from the input type.