pub struct SpiMasterFunctional { /* private fields */ }Expand description
Handwritten SpiMaster FL (FR168) — Mode-0 single-byte path ≡ tick on
spi_master_dual_stimulus. Not GeneratedFunctional; not FR163 UartRx alone.
Implementations§
Trait Implementations§
Source§impl AbstractionView for SpiMasterFunctional
impl AbstractionView for SpiMasterFunctional
fn cycle(&mut self, inputs: &PortValues) -> PortValues
Source§impl Clone for SpiMasterFunctional
impl Clone for SpiMasterFunctional
Source§fn clone(&self) -> SpiMasterFunctional
fn clone(&self) -> SpiMasterFunctional
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SpiMasterFunctional
impl Debug for SpiMasterFunctional
Source§impl Default for SpiMasterFunctional
impl Default for SpiMasterFunctional
Source§fn default() -> SpiMasterFunctional
fn default() -> SpiMasterFunctional
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpiMasterFunctional
impl RefUnwindSafe for SpiMasterFunctional
impl Send for SpiMasterFunctional
impl Sync for SpiMasterFunctional
impl Unpin for SpiMasterFunctional
impl UnsafeUnpin for SpiMasterFunctional
impl UnwindSafe for SpiMasterFunctional
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