[][src]Struct lpc54606_pac::I2S0

pub struct I2S0 { /* fields omitted */ }

LPC5411x I2S interface

Methods

impl I2S0[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn secchannel0(&self) -> &SECCHANNEL[src]

0x00 - no description available

pub fn secchannel0_mut(&self) -> &mut SECCHANNEL[src]

0x00 - no description available

pub fn secchannel1(&self) -> &SECCHANNEL[src]

0x20 - no description available

pub fn secchannel1_mut(&self) -> &mut SECCHANNEL[src]

0x20 - no description available

pub fn secchannel2(&self) -> &SECCHANNEL[src]

0x40 - no description available

pub fn secchannel2_mut(&self) -> &mut SECCHANNEL[src]

0x40 - no description available

pub fn cfg1(&self) -> &CFG1[src]

0xc00 - Configuration register 1 for the primary channel pair.

pub fn cfg1_mut(&self) -> &mut CFG1[src]

0xc00 - Configuration register 1 for the primary channel pair.

pub fn cfg2(&self) -> &CFG2[src]

0xc04 - Configuration register 2 for the primary channel pair.

pub fn cfg2_mut(&self) -> &mut CFG2[src]

0xc04 - Configuration register 2 for the primary channel pair.

pub fn stat(&self) -> &STAT[src]

0xc08 - Status register for the primary channel pair.

pub fn stat_mut(&self) -> &mut STAT[src]

0xc08 - Status register for the primary channel pair.

pub fn div(&self) -> &DIV[src]

0xc1c - Clock divider, used by all channel pairs.

pub fn div_mut(&self) -> &mut DIV[src]

0xc1c - Clock divider, used by all channel pairs.

Trait Implementations

impl Deref for I2S0[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for I2S0[src]

Auto Trait Implementations

impl !Sync for I2S0

impl Unpin for I2S0

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.