Struct esp32s3::interrupt_core1::dma_out_ch4_int_map::R
source · pub struct R(_);Expand description
Register DMA_OUT_CH4_INT_MAP reader
Implementations§
source§impl R
impl R
sourcepub fn dma_out_ch4_int_map(&self) -> DMA_OUT_CH4_INT_MAP_R
pub fn dma_out_ch4_int_map(&self) -> DMA_OUT_CH4_INT_MAP_R
Bits 0:4 - this register used to map dma_out_ch4 interrupt to one of core1’s external interrupt
Methods from Deref<Target = R<DMA_OUT_CH4_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