Enum stm32_metapac::rtc::vals::Tamppudis
#[repr(u8)]pub enum Tamppudis {
ENABLED = 0,
DISABLED = 1,
}
Variants§
ENABLED = 0
Precharge RTC_TAMPx pins before sampling (enable internal pull-up)
DISABLED = 1
Disable precharge of RTC_TAMPx pins
Implementations§
Trait Implementations§
§impl Ord for Tamppudis
impl Ord for Tamppudis
§impl PartialOrd for Tamppudis
impl PartialOrd for Tamppudis
§fn partial_cmp(&self, other: &Tamppudis) -> Option<Ordering>
fn partial_cmp(&self, other: &Tamppudis) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Tamppudis
impl Eq for Tamppudis
impl StructuralEq for Tamppudis
impl StructuralPartialEq for Tamppudis
Auto Trait Implementations§
impl RefUnwindSafe for Tamppudis
impl Send for Tamppudis
impl Sync for Tamppudis
impl Unpin for Tamppudis
impl UnwindSafe for Tamppudis
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