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