Enum stm32wlxx_hal::pac::rtc::cr::TSEDGE_A
pub enum TSEDGE_A {
RisingEdge = 0,
FallingEdge = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Timestamp event active edge
Value on reset: 0
Variants§
RisingEdge = 0
0: RTC_TS input rising edge generates a time-stamp event
FallingEdge = 1
1: RTC_TS input falling edge generates a time-stamp event
Trait Implementations§
impl Copy for TSEDGE_A
impl StructuralPartialEq for TSEDGE_A
Auto Trait Implementations§
impl RefUnwindSafe for TSEDGE_A
impl Send for TSEDGE_A
impl Sync for TSEDGE_A
impl Unpin for TSEDGE_A
impl UnwindSafe for TSEDGE_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