Enum stm32_metapac::rtc::vals::Alrf
#[repr(u8)]pub enum Alrf {
_RESERVED_0 = 0,
MATCH = 1,
}
Variants§
_RESERVED_0 = 0
MATCH = 1
This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm A register (RTC_ALRMAR)
Implementations§
Trait Implementations§
§impl Ord for Alrf
impl Ord for Alrf
§impl PartialOrd for Alrf
impl PartialOrd for Alrf
impl Copy for Alrf
impl Eq for Alrf
impl StructuralPartialEq for Alrf
Auto Trait Implementations§
impl Freeze for Alrf
impl RefUnwindSafe for Alrf
impl Send for Alrf
impl Sync for Alrf
impl Unpin for Alrf
impl UnwindSafe for Alrf
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
)