Andrew SaLoutos / ICM_20948
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers AK09916_ENUMERATIONS.h Source File

AK09916_ENUMERATIONS.h

00001 #ifndef _AK09916_ENUMERATIONS_H_
00002 #define _AK09916_ENUMERATIONS_H_
00003 
00004 typedef enum
00005 {
00006   AK09916_mode_power_down = 0x00,
00007   AK09916_mode_single = (0x01 << 0),
00008   AK09916_mode_cont_10hz = (0x01 << 1),
00009   AK09916_mode_cont_20hz = (0x02 << 1),
00010   AK09916_mode_cont_50hz = (0x03 << 1),
00011   AK09916_mode_cont_100hz = (0x04 << 1),
00012   AK09916_mode_self_test = (0x01 << 4),
00013 } AK09916_mode_e;
00014 
00015 #endif // _AK09916_ENUMERATIONS_H_