Struct rust_hdl_widgets::sdram::buffer::SDRAMOnChipBuffer
source · pub struct SDRAMOnChipBuffer<const D: usize> {
pub buf_in: SDRAMDevice<D>,
pub buf_out: SDRAMDriver<D>,
/* private fields */
}
Fields§
§buf_in: SDRAMDevice<D>
§buf_out: SDRAMDriver<D>
Trait Implementations§
source§impl<const D: usize> Block for SDRAMOnChipBuffer<D>
impl<const D: usize> Block for SDRAMOnChipBuffer<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)source§impl<const D: usize> Clone for SDRAMOnChipBuffer<D>
impl<const D: usize> Clone for SDRAMOnChipBuffer<D>
source§fn clone(&self) -> SDRAMOnChipBuffer<D>
fn clone(&self) -> SDRAMOnChipBuffer<D>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<const D: usize> Default for SDRAMOnChipBuffer<D>
impl<const D: usize> Default for SDRAMOnChipBuffer<D>
source§fn default() -> SDRAMOnChipBuffer<D>
fn default() -> SDRAMOnChipBuffer<D>
Returns the “default value” for a type. Read more