[][src]Struct xmc4200::USIC0_CH0

pub struct USIC0_CH0 { /* fields omitted */ }

Universal Serial Interface Controller 0

Implementations

impl USIC0_CH0[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn pcr_iismode(&self) -> &PCR_IISMODE[src]

0x3c - Protocol Control Register [IIS Mode]

pub fn pcr_iismode_mut(&self) -> &mut PCR_IISMODE[src]

0x3c - Protocol Control Register [IIS Mode]

pub fn pcr_iicmode(&self) -> &PCR_IICMODE[src]

0x3c - Protocol Control Register [IIC Mode]

pub fn pcr_iicmode_mut(&self) -> &mut PCR_IICMODE[src]

0x3c - Protocol Control Register [IIC Mode]

pub fn pcr_sscmode(&self) -> &PCR_SSCMODE[src]

0x3c - Protocol Control Register [SSC Mode]

pub fn pcr_sscmode_mut(&self) -> &mut PCR_SSCMODE[src]

0x3c - Protocol Control Register [SSC Mode]

pub fn pcr_ascmode(&self) -> &PCR_ASCMODE[src]

0x3c - Protocol Control Register [ASC Mode]

pub fn pcr_ascmode_mut(&self) -> &mut PCR_ASCMODE[src]

0x3c - Protocol Control Register [ASC Mode]

pub fn pcr(&self) -> &PCR[src]

0x3c - Protocol Control Register

pub fn pcr_mut(&self) -> &mut PCR[src]

0x3c - Protocol Control Register

pub fn psr_iismode(&self) -> &PSR_IISMODE[src]

0x48 - Protocol Status Register [IIS Mode]

pub fn psr_iismode_mut(&self) -> &mut PSR_IISMODE[src]

0x48 - Protocol Status Register [IIS Mode]

pub fn psr_iicmode(&self) -> &PSR_IICMODE[src]

0x48 - Protocol Status Register [IIC Mode]

pub fn psr_iicmode_mut(&self) -> &mut PSR_IICMODE[src]

0x48 - Protocol Status Register [IIC Mode]

pub fn psr_sscmode(&self) -> &PSR_SSCMODE[src]

0x48 - Protocol Status Register [SSC Mode]

pub fn psr_sscmode_mut(&self) -> &mut PSR_SSCMODE[src]

0x48 - Protocol Status Register [SSC Mode]

pub fn psr_ascmode(&self) -> &PSR_ASCMODE[src]

0x48 - Protocol Status Register [ASC Mode]

pub fn psr_ascmode_mut(&self) -> &mut PSR_ASCMODE[src]

0x48 - Protocol Status Register [ASC Mode]

pub fn psr(&self) -> &PSR[src]

0x48 - Protocol Status Register

pub fn psr_mut(&self) -> &mut PSR[src]

0x48 - Protocol Status Register

Trait Implementations

impl Deref for USIC0_CH0[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for USIC0_CH0[src]

Auto Trait Implementations

impl !Sync for USIC0_CH0

impl Unpin for USIC0_CH0

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.