Struct esp32s3::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 1 to generate cpu interrupt 3
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