pub struct QOSCTRL_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for QOSCTRL_SPEC
impl Readable for QOSCTRL_SPEC
read()
method returns qosctrl::R reader structure
sourceimpl RegisterSpec for QOSCTRL_SPEC
impl RegisterSpec for QOSCTRL_SPEC
sourceimpl Resettable for QOSCTRL_SPEC
impl Resettable for QOSCTRL_SPEC
reset()
method sets QOSCTRL to value 0x0f
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for QOSCTRL_SPEC
impl Writable for QOSCTRL_SPEC
write(|w| ..)
method takes qosctrl::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for QOSCTRL_SPEC
impl Send for QOSCTRL_SPEC
impl Sync for QOSCTRL_SPEC
impl Unpin for QOSCTRL_SPEC
impl UnwindSafe for QOSCTRL_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