#[repr(transparent)]pub struct Fiford48h(pub u32);Expand description
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.
Tuple Fields§
§0: u32Implementations§
Source§impl Fiford48h
impl Fiford48h
Sourcepub const fn rxdata(&self) -> u32
pub const fn rxdata(&self) -> u32
Received data from the FIFO. Whether this register is used and the number of bits used depends on configuration details.
Sourcepub const fn set_rxdata(&mut self, val: u32)
pub const fn set_rxdata(&mut self, val: u32)
Received data from the FIFO. Whether this register is used and the number of bits used depends on configuration details.
Trait Implementations§
impl Copy for Fiford48h
impl Eq for Fiford48h
impl StructuralPartialEq for Fiford48h
Auto Trait Implementations§
impl Freeze for Fiford48h
impl RefUnwindSafe for Fiford48h
impl Send for Fiford48h
impl Sync for Fiford48h
impl Unpin for Fiford48h
impl UnwindSafe for Fiford48h
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more