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