Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.FPGALinkRegisters
Packages that use FPGALinkRegisters
Package
Description
Model support classes for the communication messages.
How to actually talk to a SpiNNaker machine.
-
Uses of FPGALinkRegisters in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return FPGALinkRegistersModifier and TypeMethodDescriptionstatic FPGALinkRegistersReturns the enum constant of this class with the specified name.static FPGALinkRegisters[]FPGALinkRegisters.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FPGALinkRegisters in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type FPGALinkRegistersModifier and TypeMethodDescriptiondefault intBMPTransceiverInterface.readFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, @Valid BMPBoard board) Read a register on a FPGA of a board, assuming the standard FPGA configuration.default intBMPTransceiverInterface.readFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters 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, int registerBank, FPGALinkRegisters 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, int registerBank, FPGALinkRegisters register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board) Write a register on a FPGA of a board, assuming the standard FPGA configuration.