Struct rp2040_pac::clocks::fc0_status::FC0_STATUS_SPEC
source · pub struct FC0_STATUS_SPEC;
Expand description
Frequency counter status
You can read
this register and get fc0_status::R
. See API.
Trait Implementations§
source§impl RegisterSpec for FC0_STATUS_SPEC
impl RegisterSpec for FC0_STATUS_SPEC
source§impl Resettable for FC0_STATUS_SPEC
impl Resettable for FC0_STATUS_SPEC
reset()
method sets FC0_STATUS 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_STATUS_SPEC
read()
method returns fc0_status::R
reader structure
Auto Trait Implementations§
impl Freeze for FC0_STATUS_SPEC
impl RefUnwindSafe for FC0_STATUS_SPEC
impl Send for FC0_STATUS_SPEC
impl Sync for FC0_STATUS_SPEC
impl Unpin for FC0_STATUS_SPEC
impl UnwindSafe for FC0_STATUS_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