Struct ecpdap::ECP5[][src]

pub struct ECP5 { /* fields omitted */ }
Expand description

ECP5 FPGA manager

Implementations

Read current status register content.

Program the ECP5 configuration SRAM with the bitstream in data.

The ECP5 will be reset and start configuration after programming completion.

Program the ECP5 configuration SRAM with the bitstream in data.

The ECP5 will be reset and start configuration after programming completion.

A progress bar is drawn to the terminal during programming.

Program the ECP5 configuration SRAM with the bitstream in data.

The ECP5 will be reset and start configuration after programming completion.

The callback cb is called with the number of bytes programmed so far.

Send the LSC_REFRESH command, triggering a reload of configuration.

This is equivalent to toggling the PROGRAMN pin.

Place ECP5 into flash pass-through mode. The current SRAM contents are cleared.

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 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.