Expand description
A module for working with FPGA firmware.
Structs§
- Drive
- A container for the phase and intensity of the ultrasound.
- Emit
Intensity - The intensity of the ultrasound.
- FPGA
State - FPGA state.
- Phase
- The phase of the ultrasound.
- Pulse
Width - The pulse width.
Enums§
- GPIOIn
- GPIO input pin.
- GPIOOut
- GPIO output pin.
- GPIO
Output Type - Output of the GPIO pin. See also
GPIOOutputs
. - Loop
Behavior - The behavior of the loop.
- Sampling
Config - The configuration for sampling.
- Segment
- Segment of the FPGA memory
- Transition
Mode - 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
andGainSTM
.