[][src]Struct lpc54606_pac::SMARTCARD1

pub struct SMARTCARD1 { /* fields omitted */ }

LPC5460x Smart Card Interface

Methods

impl SMARTCARD1[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn thr(&self) -> &THR[src]

0x00 - Transmit Holding Register

pub fn thr_mut(&self) -> &mut THR[src]

0x00 - Transmit Holding Register

pub fn rbr(&self) -> &RBR[src]

0x00 - Receiver Buffer Register

pub fn rbr_mut(&self) -> &mut RBR[src]

0x00 - Receiver Buffer Register

pub fn dll(&self) -> &DLL[src]

0x00 - Divisor Latch LSB

pub fn dll_mut(&self) -> &mut DLL[src]

0x00 - Divisor Latch LSB

pub fn ier(&self) -> &IER[src]

0x04 - Interrupt Enable Register

pub fn ier_mut(&self) -> &mut IER[src]

0x04 - Interrupt Enable Register

pub fn dlm(&self) -> &DLM[src]

0x04 - Divisor Latch MSB

pub fn dlm_mut(&self) -> &mut DLM[src]

0x04 - Divisor Latch MSB

pub fn iir(&self) -> &IIR[src]

0x08 - Interrupt ID Register

pub fn iir_mut(&self) -> &mut IIR[src]

0x08 - Interrupt ID Register

pub fn fcr(&self) -> &FCR[src]

0x08 - FIFO Control Register

pub fn fcr_mut(&self) -> &mut FCR[src]

0x08 - FIFO Control Register

Trait Implementations

impl Deref for SMARTCARD1[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for SMARTCARD1[src]

Auto Trait Implementations

impl !Sync for SMARTCARD1

impl Unpin for SMARTCARD1

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.