pub enum TAMPPUDIS {
Enabled = 0,
Disabled = 1,
}
Expand description
TAMPER pull-up disable
Value on reset: 0
Variants§
Enabled = 0
0: Precharge RTC_TAMPx pins before sampling (enable internal pull-up)
Disabled = 1
1: Disable precharge of RTC_TAMPx pins
Trait Implementations§
impl Copy for TAMPPUDIS
impl Eq for TAMPPUDIS
impl StructuralPartialEq for TAMPPUDIS
Auto Trait Implementations§
impl Freeze for TAMPPUDIS
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