pub struct CAL_SPEC;
Expand description
Trait Implementations§
Source§impl Resettable for CAL_SPEC
reset()
method sets CAL to value 0x3f00_3f00
impl Resettable for CAL_SPEC
reset()
method sets CAL to value 0x3f00_3f00
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CAL_SPEC
impl RefUnwindSafe for CAL_SPEC
impl Send for CAL_SPEC
impl Sync for CAL_SPEC
impl Unpin for CAL_SPEC
impl UnwindSafe for CAL_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