#[repr(transparent)]pub struct Fifowr48h(pub u32);Expand description
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.
Tuple Fields§
§0: u32Implementations§
Source§impl Fifowr48h
impl Fifowr48h
Sourcepub const fn txdata(&self) -> u32
pub const fn txdata(&self) -> u32
Transmit data to the FIFO. Whether this register is used and the number of bits used depends on configuration details.
Sourcepub const fn set_txdata(&mut self, val: u32)
pub const fn set_txdata(&mut self, val: u32)
Transmit data to the FIFO. Whether this register is used and the number of bits used depends on configuration details.
Trait Implementations§
impl Copy for Fifowr48h
impl Eq for Fifowr48h
impl StructuralPartialEq for Fifowr48h
Auto Trait Implementations§
impl Freeze for Fifowr48h
impl RefUnwindSafe for Fifowr48h
impl Send for Fifowr48h
impl Sync for Fifowr48h
impl Unpin for Fifowr48h
impl UnwindSafe for Fifowr48h
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