Enum stm32_metapac::rtc::vals::Alrmf
#[repr(u8)]pub enum Alrmf {
_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 Alrmf
impl Ord for Alrmf
§impl PartialOrd for Alrmf
impl PartialOrd for Alrmf
impl Copy for Alrmf
impl Eq for Alrmf
impl StructuralPartialEq for Alrmf
Auto Trait Implementations§
impl Freeze for Alrmf
impl RefUnwindSafe for Alrmf
impl Send for Alrmf
impl Sync for Alrmf
impl Unpin for Alrmf
impl UnwindSafe for Alrmf
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
)