Struct stm32_metapac::syscfg::regs::Itline11
#[repr(transparent)]pub struct Itline11(pub u32);
Expand description
SYSCFG interrupt line 11 status register
Tuple Fields§
§0: u32
Implementations§
§impl Itline11
impl Itline11
pub fn set_dmamux(&mut self, val: bool)
pub fn set_dmamux(&mut self, val: bool)
DMAMUX interrupt request pending
pub fn set_dma1_ch4(&mut self, val: bool)
pub fn set_dma1_ch4(&mut self, val: bool)
DMA1 channel 4 interrupt request pending
pub fn set_dma1_ch5(&mut self, val: bool)
pub fn set_dma1_ch5(&mut self, val: bool)
DMA1 channel 5 interrupt request pending
pub fn set_dma1_ch6(&mut self, val: bool)
pub fn set_dma1_ch6(&mut self, val: bool)
DMA1 channel 6 interrupt request pending
pub fn set_dma1_ch7(&mut self, val: bool)
pub fn set_dma1_ch7(&mut self, val: bool)
DMA1 channel 7 interrupt request pending
pub fn set_dma2_ch1(&mut self, val: bool)
pub fn set_dma2_ch1(&mut self, val: bool)
DMA2 channel 1 interrupt request pending
pub fn set_dma2_ch2(&mut self, val: bool)
pub fn set_dma2_ch2(&mut self, val: bool)
DMA2 channel 2 interrupt request pending
pub fn set_dma2_ch3(&mut self, val: bool)
pub fn set_dma2_ch3(&mut self, val: bool)
DMA2 channel 3 interrupt request pending
pub fn set_dma2_ch4(&mut self, val: bool)
pub fn set_dma2_ch4(&mut self, val: bool)
DMA2 channel 4 interrupt request pending
pub fn set_dma2_ch5(&mut self, val: bool)
pub fn set_dma2_ch5(&mut self, val: bool)
DMA2 channel 5 interrupt request pending
Trait Implementations§
impl Copy for Itline11
impl Eq for Itline11
impl StructuralPartialEq for Itline11
Auto Trait Implementations§
impl Freeze for Itline11
impl RefUnwindSafe for Itline11
impl Send for Itline11
impl Sync for Itline11
impl Unpin for Itline11
impl UnwindSafe for Itline11
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)