pub struct KEYWORD_SPEC;
Expand description
Keyword n
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see keyword module
Trait Implementations
sourceimpl RegisterSpec for KEYWORD_SPEC
impl RegisterSpec for KEYWORD_SPEC
sourceimpl Resettable for KEYWORD_SPEC
impl Resettable for KEYWORD_SPEC
reset()
method sets KEYWORD[%s]
to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for KEYWORD_SPEC
impl Writable for KEYWORD_SPEC
write(|w| ..)
method takes keyword::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for KEYWORD_SPEC
impl Send for KEYWORD_SPEC
impl Sync for KEYWORD_SPEC
impl Unpin for KEYWORD_SPEC
impl UnwindSafe for KEYWORD_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more