Enum stm32wlxx_hal::pac::rtc::misr::ALRBMF_A
pub enum ALRBMF_A {
Match = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Alarm B masked flag
Value on reset: 0
Variants§
Match = 1
1: This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm B register (RTC_ALRMBR)
Trait Implementations§
impl Copy for ALRBMF_A
impl StructuralPartialEq for ALRBMF_A
Auto Trait Implementations§
impl RefUnwindSafe for ALRBMF_A
impl Send for ALRBMF_A
impl Sync for ALRBMF_A
impl Unpin for ALRBMF_A
impl UnwindSafe for ALRBMF_A
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