Enum stm32wlxx_hal::pac::rtc::misr::ITSMF_A
pub enum ITSMF_A {
TimestampEvent = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Internal timestamp masked flag
Value on reset: 0
Variants§
TimestampEvent = 1
1: This flag is set by hardware when a timestamp on the internal event occurs
Trait Implementations§
impl Copy for ITSMF_A
impl StructuralPartialEq for ITSMF_A
Auto Trait Implementations§
impl RefUnwindSafe for ITSMF_A
impl Send for ITSMF_A
impl Sync for ITSMF_A
impl Unpin for ITSMF_A
impl UnwindSafe for ITSMF_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