Module fpga

Source
Expand description

A module for working with FPGA firmware.

Structs§

Drive
A container for the phase and intensity of the ultrasound.
EmitIntensity
The intensity of the ultrasound.
FPGAState
FPGA state.
Phase
The phase of the ultrasound.
PulseWidth
The pulse width.

Enums§

GPIOIn
GPIO input pin.
GPIOOut
GPIO output pin.
GPIOOutputType
Output of the GPIO pin. See also GPIOOutputs.
LoopBehavior
The behavior of the loop.
SamplingConfig
The configuration for sampling.
Segment
Segment of the FPGA memory
TransitionMode
Transition mode of segment

Constants§

FOCI_STM_BUF_SIZE_MAX
The maximum buffer size of FociSTM.
FOCI_STM_FIXED_NUM_UNIT
The unit of the fixed-point number used in the FociSTM.
FOCI_STM_FOCI_NUM_MAX
The maximum number of foci.
GAIN_STM_BUF_SIZE_MAX
The maximum buffer size of GainSTM.
MOD_BUF_SIZE_MAX
The maximum buffer size of Modulation.
MOD_BUF_SIZE_MIN
The minimum buffer size of Modulation.
STM_BUF_SIZE_MIN
The minimum buffer size of FociSTM and GainSTM.