pub struct REFRESH_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for REFRESH_SPEC
impl Readable for REFRESH_SPEC
read()
method returns refresh::R reader structure
Source§impl RegisterSpec for REFRESH_SPEC
impl RegisterSpec for REFRESH_SPEC
Source§impl Resettable for REFRESH_SPEC
impl Resettable for REFRESH_SPEC
reset()
method sets REFRESH to value 0x01
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for REFRESH_SPEC
impl Writable for REFRESH_SPEC
write(|w| ..)
method takes refresh::W writer structure
Auto Trait Implementations§
impl Freeze for REFRESH_SPEC
impl RefUnwindSafe for REFRESH_SPEC
impl Send for REFRESH_SPEC
impl Sync for REFRESH_SPEC
impl Unpin for REFRESH_SPEC
impl UnwindSafe for REFRESH_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