pub struct RXDR16rs;Expand description
Trait Implementations§
Source§impl Resettable for RXDR16rs
reset() method sets RXDR16 to value 0
impl Resettable for RXDR16rs
reset() method sets RXDR16 to value 0
Source§const RESET_VALUE: u16 = 0u16
const RESET_VALUE: u16 = 0u16
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RXDR16rs
read() method returns rxdr16::R reader structure
Auto Trait Implementations§
impl Freeze for RXDR16rs
impl RefUnwindSafe for RXDR16rs
impl Send for RXDR16rs
impl Sync for RXDR16rs
impl Unpin for RXDR16rs
impl UnwindSafe for RXDR16rs
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