Struct esp32s2::interrupt_core0::pro_i2s1_int_map::R   
source · pub struct R(_);Expand description
Register PRO_I2S1_INT_MAP reader
Implementations§
source§impl R
 
impl R
sourcepub fn pro_i2s1_int_map(&self) -> PRO_I2S1_INT_MAP_R
 
pub fn pro_i2s1_int_map(&self) -> PRO_I2S1_INT_MAP_R
Bits 0:4 - This register is used to map I2S1_INT interrupt signal to one of the CPU interrupts.
Methods from Deref<Target = R<PRO_I2S1_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