Struct esp32c3::assist_debug::core_0_intr_ena::R
source · [−]pub struct R(_);
Expand description
Register CORE_0_INTR_ENA
reader
Implementations
sourceimpl R
impl R
sourcepub fn core_0_area_dram0_0_rd_intr_ena(
&self
) -> CORE_0_AREA_DRAM0_0_RD_INTR_ENA_R
pub fn core_0_area_dram0_0_rd_intr_ena(
&self
) -> CORE_0_AREA_DRAM0_0_RD_INTR_ENA_R
Bit 0 - reg_core_0_area_dram0_0_rd_intr_ena
sourcepub fn core_0_area_dram0_0_wr_intr_ena(
&self
) -> CORE_0_AREA_DRAM0_0_WR_INTR_ENA_R
pub fn core_0_area_dram0_0_wr_intr_ena(
&self
) -> CORE_0_AREA_DRAM0_0_WR_INTR_ENA_R
Bit 1 - reg_core_0_area_dram0_0_wr_intr_ena
sourcepub fn core_0_area_dram0_1_rd_intr_ena(
&self
) -> CORE_0_AREA_DRAM0_1_RD_INTR_ENA_R
pub fn core_0_area_dram0_1_rd_intr_ena(
&self
) -> CORE_0_AREA_DRAM0_1_RD_INTR_ENA_R
Bit 2 - reg_core_0_area_dram0_1_rd_intr_ena
sourcepub fn core_0_area_dram0_1_wr_intr_ena(
&self
) -> CORE_0_AREA_DRAM0_1_WR_INTR_ENA_R
pub fn core_0_area_dram0_1_wr_intr_ena(
&self
) -> CORE_0_AREA_DRAM0_1_WR_INTR_ENA_R
Bit 3 - reg_core_0_area_dram0_1_wr_intr_ena
sourcepub fn core_0_area_pif_0_rd_intr_ena(&self) -> CORE_0_AREA_PIF_0_RD_INTR_ENA_R
pub fn core_0_area_pif_0_rd_intr_ena(&self) -> CORE_0_AREA_PIF_0_RD_INTR_ENA_R
Bit 4 - reg_core_0_area_pif_0_rd_intr_ena
sourcepub fn core_0_area_pif_0_wr_intr_ena(&self) -> CORE_0_AREA_PIF_0_WR_INTR_ENA_R
pub fn core_0_area_pif_0_wr_intr_ena(&self) -> CORE_0_AREA_PIF_0_WR_INTR_ENA_R
Bit 5 - reg_core_0_area_pif_0_wr_intr_ena
sourcepub fn core_0_area_pif_1_rd_intr_ena(&self) -> CORE_0_AREA_PIF_1_RD_INTR_ENA_R
pub fn core_0_area_pif_1_rd_intr_ena(&self) -> CORE_0_AREA_PIF_1_RD_INTR_ENA_R
Bit 6 - reg_core_0_area_pif_1_rd_intr_ena
sourcepub fn core_0_area_pif_1_wr_intr_ena(&self) -> CORE_0_AREA_PIF_1_WR_INTR_ENA_R
pub fn core_0_area_pif_1_wr_intr_ena(&self) -> CORE_0_AREA_PIF_1_WR_INTR_ENA_R
Bit 7 - reg_core_0_area_pif_1_wr_intr_ena
sourcepub fn core_0_sp_spill_min_intr_ena(&self) -> CORE_0_SP_SPILL_MIN_INTR_ENA_R
pub fn core_0_sp_spill_min_intr_ena(&self) -> CORE_0_SP_SPILL_MIN_INTR_ENA_R
Bit 8 - reg_core_0_sp_spill_min_intr_ena
sourcepub fn core_0_sp_spill_max_intr_ena(&self) -> CORE_0_SP_SPILL_MAX_INTR_ENA_R
pub fn core_0_sp_spill_max_intr_ena(&self) -> CORE_0_SP_SPILL_MAX_INTR_ENA_R
Bit 9 - reg_core_0_sp_spill_max_intr_ena
sourcepub fn core_0_iram0_exception_monitor_rls(
&self
) -> CORE_0_IRAM0_EXCEPTION_MONITOR_RLS_R
pub fn core_0_iram0_exception_monitor_rls(
&self
) -> CORE_0_IRAM0_EXCEPTION_MONITOR_RLS_R
Bit 10 - reg_core_0_iram0_exception_monitor_ena
sourcepub fn core_0_dram0_exception_monitor_rls(
&self
) -> CORE_0_DRAM0_EXCEPTION_MONITOR_RLS_R
pub fn core_0_dram0_exception_monitor_rls(
&self
) -> CORE_0_DRAM0_EXCEPTION_MONITOR_RLS_R
Bit 11 - reg_core_0_dram0_exception_monitor_ena
Methods from Deref<Target = R<CORE_0_INTR_ENA_SPEC>>
Trait Implementations
sourceimpl From<R<CORE_0_INTR_ENA_SPEC>> for R
impl From<R<CORE_0_INTR_ENA_SPEC>> for R
sourcefn from(reader: R<CORE_0_INTR_ENA_SPEC>) -> Self
fn from(reader: R<CORE_0_INTR_ENA_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