Struct atsame54n19a_pac::SERCOM7[][src]

pub struct SERCOM7 { /* fields omitted */ }

Serial Communication Interface

Implementations

impl SERCOM7[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn usart_int(&self) -> &USART_INT[src]

0x00 - USART INTERNAL CLOCK Mode

pub fn usart_int_mut(&self) -> &mut USART_INT[src]

0x00 - USART INTERNAL CLOCK Mode

pub fn usart_ext(&self) -> &USART_EXT[src]

0x00 - USART EXTERNAL CLOCK Mode

pub fn usart_ext_mut(&self) -> &mut USART_EXT[src]

0x00 - USART EXTERNAL CLOCK Mode

pub fn spim(&self) -> &SPIM[src]

0x00 - SPI Master Mode

pub fn spim_mut(&self) -> &mut SPIM[src]

0x00 - SPI Master Mode

pub fn spis(&self) -> &SPIS[src]

0x00 - SPI Slave Mode

pub fn spis_mut(&self) -> &mut SPIS[src]

0x00 - SPI Slave Mode

pub fn i2cs(&self) -> &I2CS[src]

0x00 - I2C Slave Mode

pub fn i2cs_mut(&self) -> &mut I2CS[src]

0x00 - I2C Slave Mode

pub fn i2cm(&self) -> &I2CM[src]

0x00 - I2C Master Mode

pub fn i2cm_mut(&self) -> &mut I2CM[src]

0x00 - I2C Master Mode

Trait Implementations

impl Deref for SERCOM7[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for SERCOM7[src]

Auto Trait Implementations

impl !Sync for SERCOM7

impl Unpin for SERCOM7

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.