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