pub struct UartRxFunctional { /* private fields */ }Expand description
Handwritten UartRx FL (FR163) — beyond FR135 UartTx / FR126 Gpio / GeneratedFunctional.
Models architectural ports rd_data / rd_valid / rx_busy ≡ Sim::settle+tick on
uart_rx_dual_stimulus. Not GeneratedFunctional; not UartTx alone; not Gpio alone.
Implementations§
Trait Implementations§
Source§impl AbstractionView for UartRxFunctional
impl AbstractionView for UartRxFunctional
fn cycle(&mut self, inputs: &PortValues) -> PortValues
Source§impl Clone for UartRxFunctional
impl Clone for UartRxFunctional
Source§fn clone(&self) -> UartRxFunctional
fn clone(&self) -> UartRxFunctional
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 UartRxFunctional
impl Debug for UartRxFunctional
Source§impl Default for UartRxFunctional
impl Default for UartRxFunctional
Source§fn default() -> UartRxFunctional
fn default() -> UartRxFunctional
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UartRxFunctional
impl RefUnwindSafe for UartRxFunctional
impl Send for UartRxFunctional
impl Sync for UartRxFunctional
impl Unpin for UartRxFunctional
impl UnsafeUnpin for UartRxFunctional
impl UnwindSafe for UartRxFunctional
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