Enum stm32wlxx_hal::pac::tamp::fltcr::TAMPPUDIS_A
pub enum TAMPPUDIS_A {
Enabled = 0,
Disabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TAMPPUDIS
Value on reset: 0
Variants§
Enabled = 0
0: Precharge TAMP_INx pins before sampling (enable internal pull-up)
Disabled = 1
1: Disable precharge of TAMP_INx pins
Trait Implementations§
§impl Clone for TAMPPUDIS_A
impl Clone for TAMPPUDIS_A
§fn clone(&self) -> TAMPPUDIS_A
fn clone(&self) -> TAMPPUDIS_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 TAMPPUDIS_A
impl Debug for TAMPPUDIS_A
§impl PartialEq for TAMPPUDIS_A
impl PartialEq for TAMPPUDIS_A
§fn eq(&self, other: &TAMPPUDIS_A) -> bool
fn eq(&self, other: &TAMPPUDIS_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TAMPPUDIS_A
impl StructuralPartialEq for TAMPPUDIS_A
Auto Trait Implementations§
impl RefUnwindSafe for TAMPPUDIS_A
impl Send for TAMPPUDIS_A
impl Sync for TAMPPUDIS_A
impl Unpin for TAMPPUDIS_A
impl UnwindSafe for TAMPPUDIS_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