Struct stm32_metapac::syscfg::regs::Itline10
#[repr(transparent)]pub struct Itline10(pub u32);
Expand description
interrupt line 10 status register
Tuple Fields§
§0: u32
Implementations§
§impl Itline10
impl Itline10
pub fn set_dma1_ch2(&mut self, val: bool)
pub fn set_dma1_ch2(&mut self, val: bool)
DMA1_CH1
pub fn set_dma1_ch3(&mut self, val: bool)
pub fn set_dma1_ch3(&mut self, val: bool)
DMA1_CH3
Trait Implementations§
impl Copy for Itline10
impl Eq for Itline10
impl StructuralPartialEq for Itline10
Auto Trait Implementations§
impl Freeze for Itline10
impl RefUnwindSafe for Itline10
impl Send for Itline10
impl Sync for Itline10
impl Unpin for Itline10
impl UnwindSafe for Itline10
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
)