Struct rust_hdl::prelude::MuxedADS868XSimulators
source · pub struct MuxedADS868XSimulators<const N: usize> {
pub wires: SPIWiresSlave,
pub addr: Signal<In, Bits<3>>,
pub mux: MuxSlaves<N, 3>,
pub clock: Signal<In, Clock>,
/* private fields */
}
Fields§
§wires: SPIWiresSlave
§addr: Signal<In, Bits<3>>
§mux: MuxSlaves<N, 3>
§clock: Signal<In, Clock>
Implementations§
source§impl<const N: usize> MuxedADS868XSimulators<N>
impl<const N: usize> MuxedADS868XSimulators<N>
pub fn new(config: SPIConfig) -> MuxedADS868XSimulators<N>
Trait Implementations§
source§impl<const N: usize> Block for MuxedADS868XSimulators<N>
impl<const N: usize> Block for MuxedADS868XSimulators<N>
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)