JeVois  1.22
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
Loading...
Searching...
No Matches
AK09916_ENUMERATIONS.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  AK09916_mode_e {
  AK09916_mode_power_down = 0x00 , AK09916_mode_single = (0x01 << 0) , AK09916_mode_cont_10hz = (0x01 << 1) , AK09916_mode_cont_20hz = (0x02 << 1) ,
  AK09916_mode_cont_50hz = (0x03 << 1) , AK09916_mode_cont_100hz = (0x04 << 1) , AK09916_mode_self_test = (0x01 << 4)
}
 

Enumeration Type Documentation

◆ AK09916_mode_e

Enumerator
AK09916_mode_power_down 
AK09916_mode_single 
AK09916_mode_cont_10hz 
AK09916_mode_cont_20hz 
AK09916_mode_cont_50hz 
AK09916_mode_cont_100hz 
AK09916_mode_self_test 

Definition at line 4 of file AK09916_ENUMERATIONS.h.