jAER project on SourceForge

Uses of Class
ch.unizh.ini.jaer.chip.dvs320.ConfigurableIPot.CurrentLevel

Packages that use ConfigurableIPot.CurrentLevel
ch.unizh.ini.jaer.chip.dvs320 The DVS320 retina, including new fully-configurable on-chip bias current generators and digitally controlled diagnostic output. 
 

Uses of ConfigurableIPot.CurrentLevel in ch.unizh.ini.jaer.chip.dvs320
 

Methods in ch.unizh.ini.jaer.chip.dvs320 that return ConfigurableIPot.CurrentLevel
 ConfigurableIPot.CurrentLevel ConfigurableIPot.getCurrentLevel()
           
static ConfigurableIPot.CurrentLevel ConfigurableIPot.CurrentLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigurableIPot.CurrentLevel[] ConfigurableIPot.CurrentLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.unizh.ini.jaer.chip.dvs320 with parameters of type ConfigurableIPot.CurrentLevel
 void ConfigurableIPot.setCurrentLevel(ConfigurableIPot.CurrentLevel currentLevel)
          Sets whether this is a normal type or low current bias which uses shifted source
 


jAER project on SourceForge