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
Subclasses with type arguments of type FPGAMainRegisters in uk.ac.manchester.spinnaker.messages.modelMethods in uk.ac.manchester.spinnaker.messages.model that return FPGAMainRegistersModifier and TypeMethodDescriptionstatic FPGAMainRegistersReturns 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 intBMPTransceiverInterface.readFPGARegister(FPGA fpga, FPGAMainRegisters register, @Valid BMPBoard board) Read a register on a FPGA of a board, assuming the standard FPGA configuration.default intBMPTransceiverInterface.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 voidBMPTransceiverInterface.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 voidBMPTransceiverInterface.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.