[−][src]Struct lpc55_pac::i2s0::RegisterBlock
Register block
Fields
cfg1: CFG10xc00 - Configuration register 1 for the primary channel pair.
cfg2: CFG20xc04 - Configuration register 2 for the primary channel pair.
stat: STAT0xc08 - Status register for the primary channel pair.
div: DIV0xc1c - Clock divider, used by all channel pairs.
fifocfg: FIFOCFG0xe00 - FIFO configuration and enable register.
fifostat: FIFOSTAT0xe04 - FIFO status register.
fifotrig: FIFOTRIG0xe08 - FIFO trigger settings for interrupt and DMA request.
fifointenset: FIFOINTENSET0xe10 - FIFO interrupt enable set (enable) and read register.
fifointenclr: FIFOINTENCLR0xe14 - FIFO interrupt enable clear (disable) and read register.
fifointstat: FIFOINTSTAT0xe18 - FIFO interrupt status register.
fifowr: FIFOWR0xe20 - FIFO write data.
fifowr48h: FIFOWR48H0xe24 - FIFO write data for upper data bits. May only be used if the I2S is configured for 2x 24-bit data and not using DMA.
fiford: FIFORD0xe30 - FIFO read data.
fiford48h: FIFORD48H0xe34 - FIFO read data for upper data bits. May only be used if the I2S is configured for 2x 24-bit data and not using DMA.
fifordnopop: FIFORDNOPOP0xe40 - FIFO data read with no FIFO pop.
fiford48hnopop: FIFORD48HNOPOP0xe44 - FIFO data read for upper data bits with no FIFO pop. May only be used if the I2S is configured for 2x 24-bit data and not using DMA.
id: ID0xffc - I2S Module identification
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,