pub enum TAMPALRM_PU {
NoPullUp = 0,
PullUp = 1,
}
Expand description
TAMPALRM_PU
Value on reset: 0
Variants§
NoPullUp = 0
0: No pull-up is applied on TAMPALRM output
PullUp = 1
1: A pull-up is applied on TAMPALRM output
Trait Implementations§
Source§impl Clone for TAMPALRM_PU
impl Clone for TAMPALRM_PU
Source§fn clone(&self) -> TAMPALRM_PU
fn clone(&self) -> TAMPALRM_PU
Returns a duplicate 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 moreSource§impl Debug for TAMPALRM_PU
impl Debug for TAMPALRM_PU
Source§impl PartialEq for TAMPALRM_PU
impl PartialEq for TAMPALRM_PU
impl Copy for TAMPALRM_PU
impl Eq for TAMPALRM_PU
impl StructuralPartialEq for TAMPALRM_PU
Auto Trait Implementations§
impl Freeze for TAMPALRM_PU
impl RefUnwindSafe for TAMPALRM_PU
impl Send for TAMPALRM_PU
impl Sync for TAMPALRM_PU
impl Unpin for TAMPALRM_PU
impl UnwindSafe for TAMPALRM_PU
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