Struct AlrmssrSsclr
#[repr(transparent)]pub struct AlrmssrSsclr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl AlrmssrSsclr
impl AlrmssrSsclr
pub const FREERUNNING: Self
pub const FREERUNNING: Self
The synchronous binary counter (SS[31:0] in RTC_SSR) is free-running
pub const ALRMBINR: Self
pub const ALRMBINR: Self
The synchronous binary counter (SS[31:0] in RTC_SSR) is running from 0xFFFF FFFF to RTC_ALRMABINR → SS[31:0] value and is automatically reloaded with 0xFFFF FFFF when reaching RTC_ALRMABINR → SS[31:0]
Trait Implementations§
§impl Clone for AlrmssrSsclr
impl Clone for AlrmssrSsclr
§fn clone(&self) -> AlrmssrSsclr
fn clone(&self) -> AlrmssrSsclr
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for AlrmssrSsclr
impl Ord for AlrmssrSsclr
§impl PartialEq for AlrmssrSsclr
impl PartialEq for AlrmssrSsclr
§impl PartialOrd for AlrmssrSsclr
impl PartialOrd for AlrmssrSsclr
impl Copy for AlrmssrSsclr
impl Eq for AlrmssrSsclr
impl StructuralPartialEq for AlrmssrSsclr
Auto Trait Implementations§
impl Freeze for AlrmssrSsclr
impl RefUnwindSafe for AlrmssrSsclr
impl Send for AlrmssrSsclr
impl Sync for AlrmssrSsclr
impl Unpin for AlrmssrSsclr
impl UnwindSafe for AlrmssrSsclr
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