jAER project on SourceForge

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

Packages that use ConfigurableIPot.BiasEnabled
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.BiasEnabled in ch.unizh.ini.jaer.chip.dvs320
 

Methods in ch.unizh.ini.jaer.chip.dvs320 that return ConfigurableIPot.BiasEnabled
 ConfigurableIPot.BiasEnabled ConfigurableIPot.getBiasEnabled()
          Returns enabled via enum
static ConfigurableIPot.BiasEnabled ConfigurableIPot.BiasEnabled.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigurableIPot.BiasEnabled[] ConfigurableIPot.BiasEnabled.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.BiasEnabled
 void ConfigurableIPot.setBiasEnabled(ConfigurableIPot.BiasEnabled biasEnabled)
          Sets bias enabled via enum
 


jAER project on SourceForge