pub struct BinaryCodeMsbSpec;Expand description
Gray to Binary Converter Binary Code [41:32]
You can read this register and get binary_code_msb::R. See API.
Trait Implementations§
impl Readable for BinaryCodeMsbSpec
read() method returns binary_code_msb::R reader structure
Source§impl RegisterSpec for BinaryCodeMsbSpec
impl RegisterSpec for BinaryCodeMsbSpec
Source§impl Resettable for BinaryCodeMsbSpec
reset() method sets BINARY_CODE_MSB to value 0
impl Resettable for BinaryCodeMsbSpec
reset() method sets BINARY_CODE_MSB to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
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 BinaryCodeMsbSpec
impl RefUnwindSafe for BinaryCodeMsbSpec
impl Send for BinaryCodeMsbSpec
impl Sync for BinaryCodeMsbSpec
impl Unpin for BinaryCodeMsbSpec
impl UnsafeUnpin for BinaryCodeMsbSpec
impl UnwindSafe for BinaryCodeMsbSpec
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