pub struct FRAME_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for FRAME_SPEC
read()
method returns frame::R reader structure
impl Readable for FRAME_SPEC
read()
method returns frame::R reader structure
Source§impl RegisterSpec for FRAME_SPEC
impl RegisterSpec for FRAME_SPEC
Source§impl Resettable for FRAME_SPEC
reset()
method sets FRAME to value 0x1005
impl Resettable for FRAME_SPEC
reset()
method sets FRAME to value 0x1005
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for FRAME_SPEC
impl RefUnwindSafe for FRAME_SPEC
impl Send for FRAME_SPEC
impl Sync for FRAME_SPEC
impl Unpin for FRAME_SPEC
impl UnwindSafe for FRAME_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