Struct esp32h2::lp_peri::interrupt_source::R
source · pub struct R(_);
Expand description
Register INTERRUPT_SOURCE
reader
Implementations§
source§impl R
impl R
sourcepub fn lp_interrupt_source(&self) -> LP_INTERRUPT_SOURCE_R
pub fn lp_interrupt_source(&self) -> LP_INTERRUPT_SOURCE_R
Bits 0:5 - BIT5~BIT0: pmu_lp_int, modem_lp_int, lp_timer_lp_int, lp_uart_int, lp_i2c_int, lp_io_int
Methods from Deref<Target = R<INTERRUPT_SOURCE_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