Struct rp2040_pac::clocks::fc0_result::FC0_RESULT_SPEC
source · pub struct FC0_RESULT_SPEC;
Expand description
Result of frequency measurement, only valid when status_done=1
You can read
this register and get fc0_result::R
. See API.
Trait Implementations§
source§impl RegisterSpec for FC0_RESULT_SPEC
impl RegisterSpec for FC0_RESULT_SPEC
source§impl Resettable for FC0_RESULT_SPEC
impl Resettable for FC0_RESULT_SPEC
reset()
method sets FC0_RESULT to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for FC0_RESULT_SPEC
read()
method returns fc0_result::R
reader structure
Auto Trait Implementations§
impl Freeze for FC0_RESULT_SPEC
impl RefUnwindSafe for FC0_RESULT_SPEC
impl Send for FC0_RESULT_SPEC
impl Sync for FC0_RESULT_SPEC
impl Unpin for FC0_RESULT_SPEC
impl UnwindSafe for FC0_RESULT_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