pub struct CIFR { /* private fields */ }
Expand description
Clock interrupt flag register
Implementations§
Auto Trait Implementations§
impl !Freeze for CIFR
impl !RefUnwindSafe for CIFR
impl Send for CIFR
impl !Sync for CIFR
impl Unpin for CIFR
impl UnwindSafe for CIFR
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