Struct rp2040_pac::clocks::fc0_max_khz::FC0_MAX_KHZ_SPEC
source · pub struct FC0_MAX_KHZ_SPEC;
Expand description
Maximum pass frequency in kHz. This is optional. Set to 0x1ffffff if you are not using the pass/fail flags
You can read
this register and get fc0_max_khz::R
. You can reset
, write
, write_with_zero
this register using fc0_max_khz::W
. You can also modify
this register. See API.
Trait Implementations§
source§impl RegisterSpec for FC0_MAX_KHZ_SPEC
impl RegisterSpec for FC0_MAX_KHZ_SPEC
source§impl Resettable for FC0_MAX_KHZ_SPEC
impl Resettable for FC0_MAX_KHZ_SPEC
reset()
method sets FC0_MAX_KHZ to value 0x01ff_ffff
source§const RESET_VALUE: u32 = 33_554_431u32
const RESET_VALUE: u32 = 33_554_431u32
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_MAX_KHZ_SPEC
impl Writable for FC0_MAX_KHZ_SPEC
write(|w| ..)
method takes fc0_max_khz::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_MAX_KHZ_SPEC
read()
method returns fc0_max_khz::R
reader structure
Auto Trait Implementations§
impl Freeze for FC0_MAX_KHZ_SPEC
impl RefUnwindSafe for FC0_MAX_KHZ_SPEC
impl Send for FC0_MAX_KHZ_SPEC
impl Sync for FC0_MAX_KHZ_SPEC
impl Unpin for FC0_MAX_KHZ_SPEC
impl UnwindSafe for FC0_MAX_KHZ_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