pub enum TOUCH_A {
DISABLE,
ENABLE,
}
Expand description
Touch sensor module clock gate enable
By default, touch sensor module clock gate is enabled.
Value on reset: 0
Variants
DISABLE
0: The clock gate is turned off.
ENABLE
1: The clock gate is ruened on.
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