Struct stm32_metapac::syscfg::regs::Itline11
#[repr(transparent)]pub struct Itline11(pub u32);
Expand description
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
pub fn set_dma1_ch4(&mut self, val: bool)
pub fn set_dma1_ch4(&mut self, val: bool)
DMA1_CH4
pub fn set_dma1_ch5(&mut self, val: bool)
pub fn set_dma1_ch5(&mut self, val: bool)
DMA1_CH5
pub fn set_dma1_ch6(&mut self, val: bool)
pub fn set_dma1_ch6(&mut self, val: bool)
DMA1_CH6
pub fn set_dma1_ch7(&mut self, val: bool)
pub fn set_dma1_ch7(&mut self, val: bool)
DMA1_CH7
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
)