Enum stm32wlxx_hal::pac::rtc::sr::ITSF_A
pub enum ITSF_A {
TimestampEvent = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Internal timestamp 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 ITSF_A
impl StructuralPartialEq for ITSF_A
Auto Trait Implementations§
impl RefUnwindSafe for ITSF_A
impl Send for ITSF_A
impl Sync for ITSF_A
impl Unpin for ITSF_A
impl UnwindSafe for ITSF_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