Struct esp32s2::system::cpu_intr_from_cpu_3::R   
source · pub struct R(_);Expand description
Register CPU_INTR_FROM_CPU_3 reader
Implementations§
source§impl R
 
impl R
sourcepub fn cpu_intr_from_cpu_3(&self) -> CPU_INTR_FROM_CPU_3_R
 
pub fn cpu_intr_from_cpu_3(&self) -> CPU_INTR_FROM_CPU_3_R
Bit 0 - Set this bit to generate CPU interrupt 3. This bit needs to be reset by software in the ISR process.
Methods from Deref<Target = R<CPU_INTR_FROM_CPU_3_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