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