pub struct FC0_DELAY_SPEC;
Expand description
Delays the start of frequency counting to allow the mux to settle
Delay is measured in multiples of the reference clock period
You can read
this register and get fc0_delay::R
. You can reset
, write
, write_with_zero
this register using fc0_delay::W
. You can also modify
this register. See API.
Trait Implementations§
Source§impl RegisterSpec for FC0_DELAY_SPEC
impl RegisterSpec for FC0_DELAY_SPEC
Source§impl Resettable for FC0_DELAY_SPEC
reset()
method sets FC0_DELAY to value 0x01
impl Resettable for FC0_DELAY_SPEC
reset()
method sets FC0_DELAY to value 0x01
Source§const RESET_VALUE: u32 = 1u32
const RESET_VALUE: u32 = 1u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for FC0_DELAY_SPEC
write(|w| ..)
method takes fc0_delay::W
writer structure
impl Writable for FC0_DELAY_SPEC
write(|w| ..)
method takes fc0_delay::W
writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
Source§const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
impl Readable for FC0_DELAY_SPEC
read()
method returns fc0_delay::R
reader structure
Auto Trait Implementations§
impl Freeze for FC0_DELAY_SPEC
impl RefUnwindSafe for FC0_DELAY_SPEC
impl Send for FC0_DELAY_SPEC
impl Sync for FC0_DELAY_SPEC
impl Unpin for FC0_DELAY_SPEC
impl UnwindSafe for FC0_DELAY_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