Struct stm32_metapac::rtc::regs::Icsr
#[repr(transparent)]pub struct Icsr(pub u32);
Expand description
Initialization control and status register
Tuple Fields§
§0: u32
Implementations§
§impl Icsr
impl Icsr
pub fn set_recalpf(&mut self, val: Recalpf)
pub fn set_recalpf(&mut self, val: Recalpf)
Recalibration pending Flag
Trait Implementations§
impl Copy for Icsr
impl Eq for Icsr
impl StructuralPartialEq for Icsr
Auto Trait Implementations§
impl Freeze for Icsr
impl RefUnwindSafe for Icsr
impl Send for Icsr
impl Sync for Icsr
impl Unpin for Icsr
impl UnwindSafe for Icsr
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
)