Struct esp32s2::interrupt_core0::pro_tg_t0_edge_int_map::R
source · pub struct R(_);Expand description
Register PRO_TG_T0_EDGE_INT_MAP reader
Implementations§
source§impl R
impl R
sourcepub fn pro_tg_t0_edge_int_map(&self) -> PRO_TG_T0_EDGE_INT_MAP_R
pub fn pro_tg_t0_edge_int_map(&self) -> PRO_TG_T0_EDGE_INT_MAP_R
Bits 0:4 - This register is used to map TG_T0_EDGE_INT interrupt signal to one of the CPU interrupts.
Methods from Deref<Target = R<PRO_TG_T0_EDGE_INT_MAP_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more