pub struct CLOCK_CTRL_SPEC;Expand description
Various system clock controls : Flash clock (48 MHz) control, clocks to Frequency Measures
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see clock_ctrl module
Trait Implementations§
Source§impl Readable for CLOCK_CTRL_SPEC
read() method returns clock_ctrl::R reader structure
impl Readable for CLOCK_CTRL_SPEC
read() method returns clock_ctrl::R reader structure
Source§impl RegisterSpec for CLOCK_CTRL_SPEC
impl RegisterSpec for CLOCK_CTRL_SPEC
Source§impl Resettable for CLOCK_CTRL_SPEC
reset() method sets CLOCK_CTRL to value 0x01
impl Resettable for CLOCK_CTRL_SPEC
reset() method sets CLOCK_CTRL to value 0x01
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for CLOCK_CTRL_SPEC
write(|w| ..) method takes clock_ctrl::W writer structure
impl Writable for CLOCK_CTRL_SPEC
write(|w| ..) method takes clock_ctrl::W writer structure
Auto Trait Implementations§
impl Freeze for CLOCK_CTRL_SPEC
impl RefUnwindSafe for CLOCK_CTRL_SPEC
impl Send for CLOCK_CTRL_SPEC
impl Sync for CLOCK_CTRL_SPEC
impl Unpin for CLOCK_CTRL_SPEC
impl UnwindSafe for CLOCK_CTRL_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