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