Struct rust_hdl::prelude::MOSIWidePort
source · pub struct MOSIWidePort<const W: usize, const D: usize> {
pub bus: SoCPortResponder<D>,
pub clock_out: Signal<Out, Clock>,
pub port_out: Signal<Out, Bits<W>>,
pub strobe_out: Signal<Out, bool>,
/* private fields */
}
Fields§
§bus: SoCPortResponder<D>
§clock_out: Signal<Out, Clock>
§port_out: Signal<Out, Bits<W>>
§strobe_out: Signal<Out, bool>
Trait Implementations§
source§impl<const W: usize, const D: usize> Block for MOSIWidePort<W, D>
impl<const W: usize, const D: usize> Block for MOSIWidePort<W, D>
source§fn connect_all(&mut self)
fn connect_all(&mut self)
Connects the internal signals of the circuit - used to initialize the circuit
source§fn update_all(&mut self)
fn update_all(&mut self)
Propogate changes from inputs to outputs within the circuit
source§fn has_changed(&self) -> bool
fn has_changed(&self) -> bool
Returns
true
if anything in the circuit has changed (outputs or internal state)