Struct Timxicr
#[repr(transparent)]pub struct Timxicr(pub u32);
Expand description
Timerx Interrupt Clear Register
Tuple Fields§
§0: u32
Implementations§
§impl Timxicr
impl Timxicr
pub fn set_dlyprtc(&mut self, val: bool)
pub fn set_dlyprtc(&mut self, val: bool)
Delayed Protection Flag Clear
Trait Implementations§
impl Copy for Timxicr
impl Eq for Timxicr
impl StructuralPartialEq for Timxicr
Auto Trait Implementations§
impl Freeze for Timxicr
impl RefUnwindSafe for Timxicr
impl Send for Timxicr
impl Sync for Timxicr
impl Unpin for Timxicr
impl UnwindSafe for Timxicr
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