Struct stm32_metapac::hrtim::regs::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 StructuralEq for Timxicr
impl StructuralPartialEq for Timxicr
Auto Trait Implementations§
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