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