pub struct Tsc { /* private fields */ }Expand description
Touch Screen Controller.
Implementations§
Source§impl Tsc
impl Tsc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn basic_setting(self) -> Reg<BasicSetting, RW>
pub const fn basic_setting(self) -> Reg<BasicSetting, RW>
Basic Setting.
Sourcepub const fn pre_charge_time(self) -> Reg<PreChargeTime, RW>
pub const fn pre_charge_time(self) -> Reg<PreChargeTime, RW>
Pre-charge Time.
Sourcepub const fn flow_control(self) -> Reg<FlowControl, RW>
pub const fn flow_control(self) -> Reg<FlowControl, RW>
Flow Control.
Sourcepub const fn measeure_value(self) -> Reg<MeaseureValue, R>
pub const fn measeure_value(self) -> Reg<MeaseureValue, R>
Measure Value.
Sourcepub const fn int_sig_en(self) -> Reg<IntSigEn, RW>
pub const fn int_sig_en(self) -> Reg<IntSigEn, RW>
Interrupt Signal Enable.
Sourcepub const fn int_status(self) -> Reg<IntStatus, RW>
pub const fn int_status(self) -> Reg<IntStatus, RW>
Intterrupt Status.
Sourcepub const fn debug_mode(self) -> Reg<DebugMode, RW>
pub const fn debug_mode(self) -> Reg<DebugMode, RW>
Debug Mode Register.
Sourcepub const fn debug_mode2(self) -> Reg<DebugMode2, RW>
pub const fn debug_mode2(self) -> Reg<DebugMode2, RW>
Debug Mode Register 2.
Trait Implementations§
impl Copy for Tsc
impl Eq for Tsc
impl Send for Tsc
impl StructuralPartialEq for Tsc
impl Sync for Tsc
Auto Trait Implementations§
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