Struct Clrisr
#[repr(transparent)]pub struct Clrisr(pub u32);Expand description
interrupt and status clear register.
Tuple Fields§
§0: u32Implementations§
§impl Clrisr
impl Clrisr
pub const fn set_clreocalf(&mut self, val: bool)
pub const fn set_clreocalf(&mut self, val: bool)
Clear the end of calibration flag.
pub const fn set_clrjovrf(&mut self, val: bool)
pub const fn set_clrjovrf(&mut self, val: bool)
Clear the injected conversion overrun flag.
pub const fn set_clrrovrf(&mut self, val: bool)
pub const fn set_clrrovrf(&mut self, val: bool)
Clear the regular conversion overrun flag.
Trait Implementations§
impl Copy for Clrisr
impl Eq for Clrisr
impl StructuralPartialEq for Clrisr
Auto Trait Implementations§
impl Freeze for Clrisr
impl RefUnwindSafe for Clrisr
impl Send for Clrisr
impl Sync for Clrisr
impl Unpin for Clrisr
impl UnwindSafe for Clrisr
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