pub struct OPCODEEXTLOWER_SPEC;Expand description
Opcode Extension Register (Lower)
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see opcodeextlower module
Trait Implementations§
Source§impl Readable for OPCODEEXTLOWER_SPEC
read() method returns opcodeextlower::R reader structure
impl Readable for OPCODEEXTLOWER_SPEC
read() method returns opcodeextlower::R reader structure
Source§impl RegisterSpec for OPCODEEXTLOWER_SPEC
impl RegisterSpec for OPCODEEXTLOWER_SPEC
Source§impl Resettable for OPCODEEXTLOWER_SPEC
reset() method sets OPCODEEXTLOWER to value 0x13ed_fa00
impl Resettable for OPCODEEXTLOWER_SPEC
reset() method sets OPCODEEXTLOWER to value 0x13ed_fa00
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for OPCODEEXTLOWER_SPEC
write(|w| ..) method takes opcodeextlower::W writer structure
impl Writable for OPCODEEXTLOWER_SPEC
write(|w| ..) method takes opcodeextlower::W writer structure
Auto Trait Implementations§
impl Freeze for OPCODEEXTLOWER_SPEC
impl RefUnwindSafe for OPCODEEXTLOWER_SPEC
impl Send for OPCODEEXTLOWER_SPEC
impl Sync for OPCODEEXTLOWER_SPEC
impl Unpin for OPCODEEXTLOWER_SPEC
impl UnwindSafe for OPCODEEXTLOWER_SPEC
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