#[repr(C)]pub struct RegisterBlock {
pub BASIC_SETTING: RWRegister<u32>,
pub PRE_CHARGE_TIME: RWRegister<u32>,
pub FLOW_CONTROL: RWRegister<u32>,
pub MEASEURE_VALUE: RORegister<u32>,
pub INT_EN: RWRegister<u32>,
pub INT_SIG_EN: RWRegister<u32>,
pub INT_STATUS: RWRegister<u32>,
pub DEBUG_MODE: RWRegister<u32>,
pub DEBUG_MODE2: RWRegister<u32>,
/* private fields */
}Expand description
Touch Screen Controller
Fields§
§BASIC_SETTING: RWRegister<u32>no description available
PRE_CHARGE_TIME: RWRegister<u32>no description available
FLOW_CONTROL: RWRegister<u32>Flow Control
MEASEURE_VALUE: RORegister<u32>Measure Value
INT_EN: RWRegister<u32>Interrupt Enable
INT_SIG_EN: RWRegister<u32>Interrupt Signal Enable
INT_STATUS: RWRegister<u32>Intterrupt Status
DEBUG_MODE: RWRegister<u32>no description available
DEBUG_MODE2: RWRegister<u32>no description available
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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