|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Biasgen | |
---|---|
ch.unizh.ini.jaer.chip.cochlea | Classes related to Shih-Chii's and Andre's cochlea chips. |
ch.unizh.ini.jaer.chip.dollbrain | The dollbrain project AER sensors - see DollBrain project pages. |
ch.unizh.ini.jaer.chip.dvs320 | The DVS320 retina, including new fully-configurable on-chip bias current generators and digitally controlled diagnostic output. |
ch.unizh.ini.jaer.chip.retina | Classes related to particular retina chips. |
ch.unizh.ini.jaer.chip.stereopsis | Support for combining two retinas either on separate or single USB interfaces. |
ch.unizh.ini.jaer.projects.opticalflow.chip | The Motion18 optical flow chip description, including VPot bias interface. |
ch.unizh.ini.jaer.projects.opticalflow.usbinterface | Optical flow chip USB interface. |
net.sf.jaer.biasgen | Classes related to ipot on-chip programmable bias current generator. |
net.sf.jaer.chip | Classes related to CAVIAR retina. |
net.sf.jaer.hardwareinterface.usb.cypressfx2 | Cypress FX2 USB interfaces using Thesycon USB driver. |
net.sf.jaer.hardwareinterface.usb.linux | USB hardware interface for linux. |
net.sf.jaer.hardwareinterface.usb.silabs | SiLabs C8051F3xx microcontroller interfaces using Thesycon USB driver. |
net.sf.jaer.stereopsis | Stereoscopic vision. |
Uses of Biasgen in ch.unizh.ini.jaer.chip.cochlea |
---|
Subclasses of Biasgen in ch.unizh.ini.jaer.chip.cochlea | |
---|---|
class |
CochleaAMS1b.Biasgen
Describes IPots on tmpdiff128 retina chip. |
class |
CochleaAMSWithBiasgen.Biasgen
Deprecated. Describes IPots. |
Methods in ch.unizh.ini.jaer.chip.cochlea with parameters of type Biasgen | |
---|---|
void |
CochleaAMS1bHardwareInterface.flashConfiguration(Biasgen biasgen)
|
byte[] |
CochleaAMS1bHardwareInterface.formatConfigurationBytes(Biasgen biasgen)
|
void |
CochleaAMS1bHardwareInterface.sendConfiguration(Biasgen biasgen)
|
Uses of Biasgen in ch.unizh.ini.jaer.chip.dollbrain |
---|
Subclasses of Biasgen in ch.unizh.ini.jaer.chip.dollbrain | |
---|---|
class |
Dollbrain1.DollBrainBiasgen
describes the biases |
Uses of Biasgen in ch.unizh.ini.jaer.chip.dvs320 |
---|
Subclasses of Biasgen in ch.unizh.ini.jaer.chip.dvs320 | |
---|---|
class |
DVS320.DVS320Biasgen
Describes ConfigurableIPots on DVS320 retina chip as well as the other configuration bits which control, for example, which outputs are selected. |
Methods in ch.unizh.ini.jaer.chip.dvs320 with parameters of type Biasgen | |
---|---|
byte[] |
DVS320.DVS320Biasgen.formatConfigurationBytes(Biasgen biasgen)
|
void |
DVS320HardwareInterface.sendConfiguration(Biasgen biasgen)
Overrides the super's (CypressFX2Biasgen) sendConfiguration to use the DVS320.Biasgen to format the data |
Constructors in ch.unizh.ini.jaer.chip.dvs320 with parameters of type Biasgen | |
---|---|
ConfigurableIPot(Biasgen biasgen)
|
|
ConfigurableIPot(Biasgen biasgen,
java.lang.String name,
int shiftRegisterNumber,
Pot.Type type,
Pot.Sex sex,
boolean lowCurrentModeEnabled,
boolean enabled,
int bitValue,
int bufferBitValue,
int displayPosition,
java.lang.String tooltipString)
Creates a new instance of IPot |
|
ConstrainedConfigurableIPot(Biasgen biasgen,
java.lang.String name,
int shiftRegisterNumber,
Pot.Type type,
Pot.Sex sex,
boolean lowCurrentModeEnabled,
boolean enabled,
int bitValue,
int bufferBitValue,
int displayPosition,
java.lang.String tooltipString,
java.util.ArrayList<ConstrainedConfigurableIPot> list)
Creates a new instance of IPot |
Uses of Biasgen in ch.unizh.ini.jaer.chip.retina |
---|
Subclasses of Biasgen in ch.unizh.ini.jaer.chip.retina | |
---|---|
class |
DVS128.Biasgen
Describes IPots on DVS128 retina chip. |
class |
TestchipARCsPixelTestArray.Biasgen
Describes IPots on tmpdiff128 retina chip. |
class |
Tmpdiff128.Biasgen
Describes IPots on tmpdiff128 retina chip. |
Uses of Biasgen in ch.unizh.ini.jaer.chip.stereopsis |
---|
Subclasses of Biasgen in ch.unizh.ini.jaer.chip.stereopsis | |
---|---|
class |
Tmpdiff128StereoPair.Biasgen
A paired biasgen for this stereo combination of Tmpdiff128. |
Uses of Biasgen in ch.unizh.ini.jaer.projects.opticalflow.chip |
---|
Subclasses of Biasgen in ch.unizh.ini.jaer.projects.opticalflow.chip | |
---|---|
class |
Motion18.Motion18Biasgen
describes the biases on the chip |
Uses of Biasgen in ch.unizh.ini.jaer.projects.opticalflow.usbinterface |
---|
Methods in ch.unizh.ini.jaer.projects.opticalflow.usbinterface with parameters of type Biasgen | |
---|---|
void |
SiLabsC8051F320_OpticalFlowHardwareInterface.flashConfiguration(Biasgen biasgen)
|
byte[] |
SiLabsC8051F320_OpticalFlowHardwareInterface.formatConfigurationBytes(Biasgen biasgen)
|
void |
SiLabsC8051F320_OpticalFlowHardwareInterface.sendConfiguration(Biasgen biasgen)
sends the pot values, but uses a local cache to only send those values that have changed |
Uses of Biasgen in net.sf.jaer.biasgen |
---|
Fields in net.sf.jaer.biasgen declared as Biasgen | |
---|---|
Biasgen |
BiasgenPanel.biasgen
|
protected Biasgen |
IPot.biasgen
The enclosing bias generator |
Methods in net.sf.jaer.biasgen that return Biasgen | |
---|---|
Biasgen |
BiasgenFrame.getBiasgen()
|
Methods in net.sf.jaer.biasgen with parameters of type Biasgen | |
---|---|
void |
BiasgenFrame.buildControlPanel(Biasgen biasgen)
Builds the frame around the biasgen, by asking the Biasgen for its control panel and adding it to the content pane. |
void |
Biasgen.flashConfiguration(Biasgen biasgen)
flashes the the ipot values onto the hardware interface. |
void |
BiasgenHardwareInterface.flashConfiguration(Biasgen biasgen)
flashes the configuration in non-volatile storage so they will be reloaded on reset or powerup. |
byte[] |
Biasgen.formatConfigurationBytes(Biasgen biasgen)
This method formats and returns a byte array of configuration information (e.g. |
byte[] |
BiasgenHardwareInterface.formatConfigurationBytes(Biasgen biasgen)
Formats and returns the bytes that should be sent to set a particular configuration. |
void |
Biasgen.sendConfiguration(Biasgen biasgen)
sends the ipot values over the hardware interface if there is not a batch edit occuring. |
void |
BiasgenHardwareInterface.sendConfiguration(Biasgen biasgen)
Sends the configuration values to the hardware. |
Constructors in net.sf.jaer.biasgen with parameters of type Biasgen | |
---|---|
BiasgenPanel(Biasgen biasgen,
BiasgenFrame frame)
Creates new form BiasgenPanel |
|
IPot(Biasgen biasgen)
Creates a new instance of IPot passing only the biasgen it belongs to. |
|
IPot(Biasgen biasgen,
java.lang.String name,
int shiftRegisterNumber,
Pot.Type type,
Pot.Sex sex,
int bitValue,
int displayPosition,
java.lang.String tooltipString)
Creates a new instance of IPot |
|
IPotArray(Biasgen biasgen)
Creates a new instance of IPotArray |
|
Masterbias(Biasgen biasgen)
Creates a new instance of Masterbias. |
|
PotArray(Biasgen biasgen)
Creates a new instance of IPotArray |
Uses of Biasgen in net.sf.jaer.chip |
---|
Fields in net.sf.jaer.chip declared as Biasgen | |
---|---|
protected Biasgen |
Chip.biasgen
The bias generator for this chip |
Methods in net.sf.jaer.chip that return Biasgen | |
---|---|
Biasgen |
Chip.getBiasgen()
|
Methods in net.sf.jaer.chip with parameters of type Biasgen | |
---|---|
void |
Chip.setBiasgen(Biasgen biasgen)
|
Constructors in net.sf.jaer.chip with parameters of type Biasgen | |
---|---|
Chip(Biasgen biasgen)
|
|
Chip(HardwareInterface hardwareInterface,
Biasgen biasgen)
|
Uses of Biasgen in net.sf.jaer.hardwareinterface.usb.cypressfx2 |
---|
Methods in net.sf.jaer.hardwareinterface.usb.cypressfx2 with parameters of type Biasgen | |
---|---|
void |
CypressFX2Biasgen.flashConfiguration(Biasgen biasgen)
|
byte[] |
CypressFX2Biasgen.formatConfigurationBytes(Biasgen biasgen)
This implementation treats the biasgen as a simple array of IPots each of which provides bytes to send. |
void |
CypressFX2Biasgen.sendConfiguration(Biasgen biasgen)
sends the ipot values. |
Uses of Biasgen in net.sf.jaer.hardwareinterface.usb.linux |
---|
Methods in net.sf.jaer.hardwareinterface.usb.linux with parameters of type Biasgen | |
---|---|
void |
CypressFX2RetinaLinux.flashConfiguration(Biasgen biasgen)
|
byte[] |
CypressFX2RetinaLinux.formatConfigurationBytes(Biasgen biasgen)
|
void |
CypressFX2RetinaLinux.sendConfiguration(Biasgen biasgen)
Sends a vendor request with the new bias values |
Uses of Biasgen in net.sf.jaer.hardwareinterface.usb.silabs |
---|
Methods in net.sf.jaer.hardwareinterface.usb.silabs with parameters of type Biasgen | |
---|---|
void |
SiLabsC8051F320.flashConfiguration(Biasgen biasgen)
|
byte[] |
SiLabsC8051F320.formatConfigurationBytes(Biasgen biasgen)
|
void |
SiLabsC8051F320.sendConfiguration(Biasgen biasgen)
|
Uses of Biasgen in net.sf.jaer.stereopsis |
---|
Methods in net.sf.jaer.stereopsis with parameters of type Biasgen | |
---|---|
void |
StereoBiasgenHardwareInterface.flashConfiguration(Biasgen biasgen)
flashes the biases in non-volatile storage so they will be reloaded on reset or powerup |
byte[] |
StereoBiasgenHardwareInterface.formatConfigurationBytes(Biasgen biasgen)
|
void |
StereoBiasgenHardwareInterface.sendConfiguration(Biasgen biasgen)
sends the ipot values. |
|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |