pub enum TOUCH_A {
RESET,
RELEASE,
}
Expand description
Touch sensor module reset
Value on reset: 1
Variants
RESET
0: Reset the corresponding peripheral.
RELEASE
1: Release the reset state the corresponding peripheral.
Trait Implementations
impl Copy for TOUCH_A
impl StructuralPartialEq for TOUCH_A
Auto Trait Implementations
impl RefUnwindSafe for TOUCH_A
impl Send for TOUCH_A
impl Sync for TOUCH_A
impl Unpin for TOUCH_A
impl UnwindSafe for TOUCH_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more