Struct stm32_metapac::rtc::regs::Calr
#[repr(transparent)]pub struct Calr(pub u32);
Expand description
Calibration register
Tuple Fields§
§0: u32
Implementations§
§impl Calr
impl Calr
pub fn set_calw16(&mut self, val: Calw16)
pub fn set_calw16(&mut self, val: Calw16)
Use a 16-second calibration cycle period
Trait Implementations§
impl Copy for Calr
impl Eq for Calr
impl StructuralEq for Calr
impl StructuralPartialEq for Calr
Auto Trait Implementations§
impl RefUnwindSafe for Calr
impl Send for Calr
impl Sync for Calr
impl Unpin for Calr
impl UnwindSafe for Calr
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