nxp-pac

Crates

git

Versions

mcxa577

Flavors

Tsi

Struct Tsi 

Source
pub struct Tsi { /* private fields */ }
Expand description

DA_IP_TSI_UG_3V_CLN40ULP

Implementations§

Source§

impl Tsi

Source

pub const unsafe fn from_ptr(ptr: *mut ()) -> Self

Source

pub const fn as_ptr(&self) -> *mut ()

Source

pub const fn config(self) -> Reg<Config, RW>

TSI CONFIG Register (TSI_CONFIG) for self-capacitor (CONFIG)

Source

pub const fn config_mutual(self) -> Reg<ConfigMutual, RW>

TSI CONFIG Register (TSI_CONFIG) for mutual-capacitor (CONFIG_MUTUAL)

Source

pub const fn tshd(self) -> Reg<Tshd, RW>

TSI Threshold Register

Source

pub const fn gencs(self) -> Reg<Gencs, RW>

TSI General Control and Status Register

Source

pub const fn mul(self) -> Reg<Mul, RW>

TSI Mutual-cap Register

Source

pub const fn sinc(self) -> Reg<Sinc, RW>

TSI SINC filter Register

Source

pub const fn ssc0(self) -> Reg<Ssc0, RW>

TSI SSC Register 0

Source

pub const fn ssc1(self) -> Reg<Ssc1, RW>

TSI SSC Register 1

Source

pub const fn ssc2(self) -> Reg<Ssc2, RW>

TSI SSC Register 2

Source

pub const fn baseline(self) -> Reg<Baseline, RW>

TSI Baseline Register

Source

pub const fn shield(self) -> Reg<Shield, RW>

TSI Shield Register

Source

pub const fn self_sel_31_0(self) -> Reg<SelfSel310, RW>

Self-cap mode channels selection(CH31~CH0)

Source

pub const fn self_sel_63_32(self) -> Reg<SelfSel6332, RW>

Self-cap mode channels selection(CH63~CH32)

Source

pub const fn self_sel_69_64(self) -> Reg<SelfSel6964, RW>

Self-cap mode channels selection(CH69~CH64)

Source

pub const fn shield_sel_31_0(self) -> Reg<ShieldSel310, RW>

Shield mode channels selection(CH31~CH0)

Source

pub const fn shield_sel_63_32(self) -> Reg<ShieldSel6332, RW>

Shield mode channels selection(CH63~CH32)

Source

pub const fn shield_sel_69_64(self) -> Reg<ShieldSel6964, RW>

Shield mode channels selection(CH69~CH64)

Source

pub const fn mutual_tx_sel_31_0(self) -> Reg<MutualTxSel310, RW>

Mutual TX mode channels selection(CH31~CH0)

Source

pub const fn mutual_tx_sel_63_32(self) -> Reg<MutualTxSel6332, RW>

Mutual TX mode channels selection(CH63~CH32)

Source

pub const fn mutual_tx_sel_69_64(self) -> Reg<MutualTxSel6964, RW>

Mutual TX mode channels selection(CH69~CH64)

Source

pub const fn mutual_rx_sel_31_0(self) -> Reg<MutualRxSel310, RW>

Mutual RX mode channels selection(CH31~CH0)

Source

pub const fn mutual_rx_sel_63_32(self) -> Reg<MutualRxSel6332, RW>

Mutual RX mode channels selection(CH63~CH32)

Source

pub const fn mutual_rx_sel_69_64(self) -> Reg<MutualRxSel6964, RW>

Mutual RX mode channels selection(CH69~CH64)

Source

pub const fn data(self) -> Reg<Data, RW>

TSI Data and Status Register

Source

pub const fn misc(self) -> Reg<Misc, RW>

TSI Miscellaneous Register

Source

pub const fn trig(self) -> Reg<Trig, RW>

TSI AUTO TRIG Register

Source

pub const fn test(self) -> Reg<Test, RW>

TSI TEST Register

Trait Implementations§

Source§

impl Clone for Tsi

Source§

fn clone(&self) -> Tsi

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl PartialEq for Tsi

Source§

fn eq(&self, other: &Tsi) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Tsi

Source§

impl Eq for Tsi

Source§

impl Send for Tsi

Source§

impl StructuralPartialEq for Tsi

Source§

impl Sync for Tsi

Auto Trait Implementations§

§

impl Freeze for Tsi

§

impl RefUnwindSafe for Tsi

§

impl Unpin for Tsi

§

impl UnwindSafe for Tsi

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.