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