pub struct I2cMasterFunctional { /* private fields */ }Expand description
Handwritten I2cMaster FL (FR168) — write+ACK path ≡ tick on
i2c_master_dual_stimulus. Not GeneratedFunctional; not FR163 alone.
Implementations§
Trait Implementations§
Source§impl AbstractionView for I2cMasterFunctional
impl AbstractionView for I2cMasterFunctional
fn cycle(&mut self, inputs: &PortValues) -> PortValues
Source§impl Clone for I2cMasterFunctional
impl Clone for I2cMasterFunctional
Source§fn clone(&self) -> I2cMasterFunctional
fn clone(&self) -> I2cMasterFunctional
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 I2cMasterFunctional
impl Debug for I2cMasterFunctional
Source§impl Default for I2cMasterFunctional
impl Default for I2cMasterFunctional
Source§fn default() -> I2cMasterFunctional
fn default() -> I2cMasterFunctional
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for I2cMasterFunctional
impl RefUnwindSafe for I2cMasterFunctional
impl Send for I2cMasterFunctional
impl Sync for I2cMasterFunctional
impl Unpin for I2cMasterFunctional
impl UnsafeUnpin for I2cMasterFunctional
impl UnwindSafe for I2cMasterFunctional
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