pub enum TSCE {
Disabled = 0,
Enabled = 1,
}
Expand description
Touch sensing controller enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TSCE
impl Eq for TSCE
impl StructuralPartialEq for TSCE
Auto Trait Implementations§
impl Freeze for TSCE
impl RefUnwindSafe for TSCE
impl Send for TSCE
impl Sync for TSCE
impl Unpin for TSCE
impl UnwindSafe for TSCE
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