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