pub struct InstructionTimerSpec;Expand description
Instruction Timer Register
You can read this register and get instruction_timer::R. See API.
Trait Implementations§
impl Readable for InstructionTimerSpec
read() method returns instruction_timer::R reader structure
Source§impl RegisterSpec for InstructionTimerSpec
impl RegisterSpec for InstructionTimerSpec
Source§impl Resettable for InstructionTimerSpec
reset() method sets INSTRUCTION_TIMER to value 0xffff_ffff
impl Resettable for InstructionTimerSpec
reset() method sets INSTRUCTION_TIMER to value 0xffff_ffff
Source§const RESET_VALUE: u32 = 0xffff_ffff
const RESET_VALUE: u32 = 0xffff_ffff
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 InstructionTimerSpec
impl RefUnwindSafe for InstructionTimerSpec
impl Send for InstructionTimerSpec
impl Sync for InstructionTimerSpec
impl Unpin for InstructionTimerSpec
impl UnsafeUnpin for InstructionTimerSpec
impl UnwindSafe for InstructionTimerSpec
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