pub struct SYSOSCCTRL_SPEC;Expand description
system oscillator control
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see sysoscctrl module
Trait Implementations§
Source§impl Readable for SYSOSCCTRL_SPEC
read() method returns sysoscctrl::R reader structure
impl Readable for SYSOSCCTRL_SPEC
read() method returns sysoscctrl::R reader structure
Source§impl RegisterSpec for SYSOSCCTRL_SPEC
impl RegisterSpec for SYSOSCCTRL_SPEC
Source§impl Resettable for SYSOSCCTRL_SPEC
reset() method sets SYSOSCCTRL to value 0
impl Resettable for SYSOSCCTRL_SPEC
reset() method sets SYSOSCCTRL to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for SYSOSCCTRL_SPEC
write(|w| ..) method takes sysoscctrl::W writer structure
impl Writable for SYSOSCCTRL_SPEC
write(|w| ..) method takes sysoscctrl::W writer structure
Auto Trait Implementations§
impl Freeze for SYSOSCCTRL_SPEC
impl RefUnwindSafe for SYSOSCCTRL_SPEC
impl Send for SYSOSCCTRL_SPEC
impl Sync for SYSOSCCTRL_SPEC
impl Unpin for SYSOSCCTRL_SPEC
impl UnwindSafe for SYSOSCCTRL_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