Enum stm32wlxx_hal::pac::tamp::fltcr::TAMPPRCH_A
#[repr(u8)]pub enum TAMPPRCH_A {
Cycles1 = 0,
Cycles2 = 1,
Cycles4 = 2,
Cycles8 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TAMPPRCH
Value on reset: 0
Variants§
Cycles1 = 0
0: 1 RTCCLK cycle
Cycles2 = 1
1: 2 RTCCLK cycles
Cycles4 = 2
2: 4 RTCCLK cycles
Cycles8 = 3
3: 8 RTCCLK cycles
Trait Implementations§
§impl Clone for TAMPPRCH_A
impl Clone for TAMPPRCH_A
§fn clone(&self) -> TAMPPRCH_A
fn clone(&self) -> TAMPPRCH_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for TAMPPRCH_A
impl Debug for TAMPPRCH_A
§impl PartialEq for TAMPPRCH_A
impl PartialEq for TAMPPRCH_A
§fn eq(&self, other: &TAMPPRCH_A) -> bool
fn eq(&self, other: &TAMPPRCH_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TAMPPRCH_A
impl StructuralPartialEq for TAMPPRCH_A
Auto Trait Implementations§
impl RefUnwindSafe for TAMPPRCH_A
impl Send for TAMPPRCH_A
impl Sync for TAMPPRCH_A
impl Unpin for TAMPPRCH_A
impl UnwindSafe for TAMPPRCH_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