Enum rp2040_pac::rosc::div::DIV_A
source · #[repr(u16)]pub enum DIV_A {
PASS = 2_720,
}
Expand description
set to 0xaa0 + div where
div = 0 divides by 32
div = 1-31 divides by div
any other value sets div=31
this register resets to div=16
Value on reset: 0
Variants§
PASS = 2_720
2720: 101010100000
Trait Implementations§
impl Copy for DIV_A
impl Eq for DIV_A
impl StructuralPartialEq for DIV_A
Auto Trait Implementations§
impl Freeze for DIV_A
impl RefUnwindSafe for DIV_A
impl Send for DIV_A
impl Sync for DIV_A
impl Unpin for DIV_A
impl UnwindSafe for DIV_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)