[][src]Struct saml10e14a::sercom0::USART

#[repr(C)]
pub struct USART {
    pub ctrla: CTRLA,
    pub ctrlb: CTRLB,
    pub ctrlc: CTRLC,
    pub rxpl: RXPL,
    pub intenclr: INTENCLR,
    pub intenset: INTENSET,
    pub intflag: INTFLAG,
    pub status: STATUS,
    pub syncbusy: SYNCBUSY,
    pub rxerrcnt: RXERRCNT,
    pub data: DATA,
    pub dbgctrl: DBGCTRL,
    // some fields omitted
}

Register block

Fields

ctrla: CTRLA

0x00 - USART Control A

ctrlb: CTRLB

0x04 - USART Control B

ctrlc: CTRLC

0x08 - USART Control C

rxpl: RXPL

0x0e - USART Receive Pulse Length

intenclr: INTENCLR

0x14 - USART Interrupt Enable Clear

intenset: INTENSET

0x16 - USART Interrupt Enable Set

intflag: INTFLAG

0x18 - USART Interrupt Flag Status and Clear

status: STATUS

0x1a - USART Status

syncbusy: SYNCBUSY

0x1c - USART Synchronization Busy

rxerrcnt: RXERRCNT

0x20 - USART Receive Error Count

data: DATA

0x28 - USART Data

dbgctrl: DBGCTRL

0x30 - USART Debug Control

Methods

impl USART[src]

pub fn baud_usartfp_mode(&self) -> &BAUD_USARTFP_MODE[src]

0x0c - USART Baud Rate

pub fn baud_usartfp_mode_mut(&self) -> &mut BAUD_USARTFP_MODE[src]

0x0c - USART Baud Rate

pub fn baud_fracfp_mode(&self) -> &BAUD_FRACFP_MODE[src]

0x0c - USART Baud Rate

pub fn baud_fracfp_mode_mut(&self) -> &mut BAUD_FRACFP_MODE[src]

0x0c - USART Baud Rate

pub fn baud_frac_mode(&self) -> &BAUD_FRAC_MODE[src]

0x0c - USART Baud Rate

pub fn baud_frac_mode_mut(&self) -> &mut BAUD_FRAC_MODE[src]

0x0c - USART Baud Rate

pub fn baud(&self) -> &BAUD[src]

0x0c - USART Baud Rate

pub fn baud_mut(&self) -> &mut BAUD[src]

0x0c - USART Baud Rate

Auto Trait Implementations

impl Unpin for USART

impl !Sync for USART

impl Send for USART

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self