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