nxp-pac

Crates

git

Versions

mcxn947_cm33_core1

Flavors

Emvsim

Struct Emvsim 

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

EMVSIM

Implementations§

Source§

impl Emvsim

Source

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

Source

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

Source

pub const fn ver_id(self) -> Reg<VerId, R>

Version ID

Source

pub const fn param(self) -> Reg<Param, R>

Parameters

Source

pub const fn clkcfg(self) -> Reg<Clkcfg, RW>

Clock Configuration

Source

pub const fn divisor(self) -> Reg<Divisor, RW>

Baud Rate Divisor

Source

pub const fn ctrl(self) -> Reg<Ctrl, RW>

Control

Source

pub const fn int_mask(self) -> Reg<IntMask, RW>

Interrupt Mask

Source

pub const fn rx_thd(self) -> Reg<RxThd, RW>

Receiver Threshold

Source

pub const fn tx_thd(self) -> Reg<TxThd, RW>

Transmitter Threshold

Source

pub const fn rx_status(self) -> Reg<RxStatus, RW>

Receive Status

Source

pub const fn tx_status(self) -> Reg<TxStatus, RW>

Transmitter Status

Source

pub const fn pcsr(self) -> Reg<Pcsr, RW>

Port Control and Status

Source

pub const fn rx_buf(self) -> Reg<RxBuf, R>

Receive Data Read Buffer

Source

pub const fn tx_buf(self) -> Reg<TxBuf, RW>

Transmit Data Buffer

Source

pub const fn tx_getu(self) -> Reg<TxGetu, RW>

Transmitter Guard ETU Value

Source

pub const fn cwt_val(self) -> Reg<CwtVal, RW>

Character Wait Time Value

Source

pub const fn bwt_val(self) -> Reg<BwtVal, RW>

Block Wait Time Value

Source

pub const fn bgt_val(self) -> Reg<BgtVal, RW>

Block Guard Time Value

Source

pub const fn gpcnt0_val(self) -> Reg<Gpcnt0Val, RW>

General Purpose Counter 0 Timeout Value

Source

pub const fn gpcnt1_val(self) -> Reg<Gpcnt1Val, RW>

General Purpose Counter 1 Timeout Value

Trait Implementations§

Source§

impl Clone for Emvsim

Source§

fn clone(&self) -> Emvsim

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 Emvsim

Source§

fn eq(&self, other: &Emvsim) -> 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 Emvsim

Source§

impl Eq for Emvsim

Source§

impl Send for Emvsim

Source§

impl StructuralPartialEq for Emvsim

Source§

impl Sync for Emvsim

Auto Trait Implementations§

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.