[][src]Struct atsam4sd32c_pac::USART0

pub struct USART0 { /* fields omitted */ }

Universal Synchronous Asynchronous Receiver Transmitter 0

Implementations

impl USART0[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn cr_spi_mode(&self) -> &CR_SPI_MODE[src]

0x00 - Control Register

pub fn cr_spi_mode_mut(&self) -> &mut CR_SPI_MODE[src]

0x00 - Control Register

pub fn cr(&self) -> &CR[src]

0x00 - Control Register

pub fn cr_mut(&self) -> &mut CR[src]

0x00 - Control Register

pub fn mr_spi_mode(&self) -> &MR_SPI_MODE[src]

0x04 - Mode Register

pub fn mr_spi_mode_mut(&self) -> &mut MR_SPI_MODE[src]

0x04 - Mode Register

pub fn mr(&self) -> &MR[src]

0x04 - Mode Register

pub fn mr_mut(&self) -> &mut MR[src]

0x04 - Mode Register

pub fn ier_spi_mode(&self) -> &IER_SPI_MODE[src]

0x08 - Interrupt Enable Register

pub fn ier_spi_mode_mut(&self) -> &mut IER_SPI_MODE[src]

0x08 - Interrupt Enable Register

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

0x08 - Interrupt Enable Register

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

0x08 - Interrupt Enable Register

pub fn idr_spi_mode(&self) -> &IDR_SPI_MODE[src]

0x0c - Interrupt Disable Register

pub fn idr_spi_mode_mut(&self) -> &mut IDR_SPI_MODE[src]

0x0c - Interrupt Disable Register

pub fn idr(&self) -> &IDR[src]

0x0c - Interrupt Disable Register

pub fn idr_mut(&self) -> &mut IDR[src]

0x0c - Interrupt Disable Register

pub fn imr_spi_mode(&self) -> &IMR_SPI_MODE[src]

0x10 - Interrupt Mask Register

pub fn imr_spi_mode_mut(&self) -> &mut IMR_SPI_MODE[src]

0x10 - Interrupt Mask Register

pub fn imr(&self) -> &IMR[src]

0x10 - Interrupt Mask Register

pub fn imr_mut(&self) -> &mut IMR[src]

0x10 - Interrupt Mask Register

pub fn csr_spi_mode(&self) -> &CSR_SPI_MODE[src]

0x14 - Channel Status Register

pub fn csr_spi_mode_mut(&self) -> &mut CSR_SPI_MODE[src]

0x14 - Channel Status Register

pub fn csr(&self) -> &CSR[src]

0x14 - Channel Status Register

pub fn csr_mut(&self) -> &mut CSR[src]

0x14 - Channel Status Register

Trait Implementations

impl Deref for USART0[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for USART0[src]

Auto Trait Implementations

impl !Sync for USART0

impl Unpin for USART0

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.