#[repr(transparent)]pub struct Fifordnopop(pub u32);Expand description
FIFO data read with no FIFO pop.
Tuple Fields§
§0: u32Implementations§
Source§impl Fifordnopop
impl Fifordnopop
Sourcepub const fn set_rxdata(&mut self, val: u16)
pub const fn set_rxdata(&mut self, val: u16)
Received data from the FIFO.
Sourcepub const fn set_rxssel0_n(&mut self, val: bool)
pub const fn set_rxssel0_n(&mut self, val: bool)
Slave Select for receive.
Sourcepub const fn set_rxssel1_n(&mut self, val: bool)
pub const fn set_rxssel1_n(&mut self, val: bool)
Slave Select for receive.
Sourcepub const fn set_rxssel2_n(&mut self, val: bool)
pub const fn set_rxssel2_n(&mut self, val: bool)
Slave Select for receive.
Sourcepub const fn set_rxssel3_n(&mut self, val: bool)
pub const fn set_rxssel3_n(&mut self, val: bool)
Slave Select for receive.
Trait Implementations§
Source§impl Clone for Fifordnopop
impl Clone for Fifordnopop
Source§fn clone(&self) -> Fifordnopop
fn clone(&self) -> Fifordnopop
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 Fifordnopop
impl Debug for Fifordnopop
Source§impl Default for Fifordnopop
impl Default for Fifordnopop
Source§fn default() -> Fifordnopop
fn default() -> Fifordnopop
Returns the “default value” for a type. Read more
Source§impl PartialEq for Fifordnopop
impl PartialEq for Fifordnopop
impl Copy for Fifordnopop
impl Eq for Fifordnopop
impl StructuralPartialEq for Fifordnopop
Auto Trait Implementations§
impl Freeze for Fifordnopop
impl RefUnwindSafe for Fifordnopop
impl Send for Fifordnopop
impl Sync for Fifordnopop
impl Unpin for Fifordnopop
impl UnwindSafe for Fifordnopop
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