Struct Itline11
#[repr(transparent)]pub struct Itline11(pub u32);Expand description
interrupt line 11 status register
Tuple Fields§
§0: u32Implementations§
§impl Itline11
impl Itline11
pub const fn set_dmamux(&mut self, val: bool)
pub const fn set_dmamux(&mut self, val: bool)
DMAMUX
pub const fn set_dma1_ch4(&mut self, val: bool)
pub const fn set_dma1_ch4(&mut self, val: bool)
DMA1_CH4
pub const fn set_dma1_ch5(&mut self, val: bool)
pub const fn set_dma1_ch5(&mut self, val: bool)
DMA1_CH5
pub const fn set_dma1_ch6(&mut self, val: bool)
pub const fn set_dma1_ch6(&mut self, val: bool)
DMA1_CH6
pub const fn set_dma1_ch7(&mut self, val: bool)
pub const 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