Struct stm32_metapac::syscfg::regs::Itline13
#[repr(transparent)]pub struct Itline13(pub u32);
Expand description
SYSCFG interrupt line 13 status register
Tuple Fields§
§0: u32
Implementations§
§impl Itline13
impl Itline13
pub fn set_tim1_ccu(&mut self, val: bool)
pub fn set_tim1_ccu(&mut self, val: bool)
Timer 1 commutation interrupt request pending
pub fn set_tim1_trg(&mut self, val: bool)
pub fn set_tim1_trg(&mut self, val: bool)
Timer 1 trigger interrupt request pending
pub fn set_tim1_upd(&mut self, val: bool)
pub fn set_tim1_upd(&mut self, val: bool)
Timer 1 update interrupt request pending
pub fn set_tim1_brk(&mut self, val: bool)
pub fn set_tim1_brk(&mut self, val: bool)
Timer 1 break interrupt request pending
Trait Implementations§
impl Copy for Itline13
impl Eq for Itline13
impl StructuralPartialEq for Itline13
Auto Trait Implementations§
impl Freeze for Itline13
impl RefUnwindSafe for Itline13
impl Send for Itline13
impl Sync for Itline13
impl Unpin for Itline13
impl UnwindSafe for Itline13
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
)