pub struct DDRFIFO {
Show 15 fields pub o_clock: Signal<Out, Clock>, pub raw_sys_clock: Signal<In, Clock>, pub reset: Signal<In, Bit>, pub read: Signal<In, Bit>, pub data_out: Signal<Out, Bits<32>>, pub empty: Signal<Out, Bit>, pub almost_empty: Signal<Out, Bit>, pub read_clock: Signal<In, Clock>, pub write: Signal<In, Bit>, pub data_in: Signal<In, Bits<32>>, pub almost_full: Signal<Out, Bit>, pub full: Signal<Out, Bit>, pub write_clock: Signal<In, Clock>, pub mcb: MCBInterface1GDDR2, pub status: Signal<Out, Bits<8>>, /* private fields */
}

Fields

o_clock: Signal<Out, Clock>raw_sys_clock: Signal<In, Clock>reset: Signal<In, Bit>read: Signal<In, Bit>data_out: Signal<Out, Bits<32>>empty: Signal<Out, Bit>almost_empty: Signal<Out, Bit>read_clock: Signal<In, Clock>write: Signal<In, Bit>data_in: Signal<In, Bits<32>>almost_full: Signal<Out, Bit>full: Signal<Out, Bit>write_clock: Signal<In, Clock>mcb: MCBInterface1GDDR2status: Signal<Out, Bits<8>>

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.