#[repr(transparent)]pub struct Fiford48hnopop(pub u32);Expand description
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.
Tuple Fields§
§0: u32Implementations§
Source§impl Fiford48hnopop
impl Fiford48hnopop
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§
Source§impl Clone for Fiford48hnopop
impl Clone for Fiford48hnopop
Source§fn clone(&self) -> Fiford48hnopop
fn clone(&self) -> Fiford48hnopop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Fiford48hnopop
impl Debug for Fiford48hnopop
Source§impl Default for Fiford48hnopop
impl Default for Fiford48hnopop
Source§fn default() -> Fiford48hnopop
fn default() -> Fiford48hnopop
Returns the “default value” for a type. Read more
Source§impl PartialEq for Fiford48hnopop
impl PartialEq for Fiford48hnopop
impl Copy for Fiford48hnopop
impl Eq for Fiford48hnopop
impl StructuralPartialEq for Fiford48hnopop
Auto Trait Implementations§
impl Freeze for Fiford48hnopop
impl RefUnwindSafe for Fiford48hnopop
impl Send for Fiford48hnopop
impl Sync for Fiford48hnopop
impl Unpin for Fiford48hnopop
impl UnwindSafe for Fiford48hnopop
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