Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.FPGAMainRegisters
Packages that use FPGAMainRegisters
Package
Description
The BMP control subsystem.
Model support classes for the communication messages.
How to actually talk to a SpiNNaker machine.
-
Uses of FPGAMainRegisters in uk.ac.manchester.spinnaker.alloc.bmp
Constructors in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type FPGAMainRegisters -
Uses of FPGAMainRegisters in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return FPGAMainRegistersModifier and TypeMethodDescriptionstatic FPGAMainRegisters
Returns the enum constant of this class with the specified name.static FPGAMainRegisters[]
FPGAMainRegisters.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FPGAMainRegisters in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type FPGAMainRegistersModifier and TypeMethodDescriptiondefault int
BMPTransceiverInterface.readFPGARegister
(FPGA fpga, FPGAMainRegisters register, @Valid BMPBoard board) Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface.readFPGARegister
(FPGA fpga, FPGAMainRegisters register, @Valid BMPCoords bmp, @Valid BMPBoard board) Read a register on a FPGA of a board, assuming the standard FPGA configuration.default void
BMPTransceiverInterface.writeFPGARegister
(FPGA fpga, FPGAMainRegisters register, int value, @Valid BMPBoard board) Write a register on a FPGA of a board, assuming the standard FPGA configuration.default void
BMPTransceiverInterface.writeFPGARegister
(FPGA fpga, FPGAMainRegisters register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board) Write a register on a FPGA of a board, assuming the standard FPGA configuration.