acc_definitions_a121.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  acc_cal_result_t
 The result from a completed calibration. More...
 
struct  acc_cal_info_t
 Information about calibration. More...
 

Macros

#define ACC_CAL_RESULT_DATA_SIZE   (192)
 The size of a sensor calibration result. More...
 
#define ACC_MAX_NUM_SUBSWEEPS   (4U)
 The maximum number of subsweeps in a configuration. More...
 

Enumerations

enum  acc_config_profile_t {
  ACC_CONFIG_PROFILE_1 = 1, ACC_CONFIG_PROFILE_2, ACC_CONFIG_PROFILE_3, ACC_CONFIG_PROFILE_4,
  ACC_CONFIG_PROFILE_5
}
 Profile. More...
 
enum  acc_config_idle_state_t { ACC_CONFIG_IDLE_STATE_DEEP_SLEEP, ACC_CONFIG_IDLE_STATE_SLEEP, ACC_CONFIG_IDLE_STATE_READY }
 Idle state. More...
 
enum  acc_config_prf_t {
  ACC_CONFIG_PRF_19_5_MHZ, ACC_CONFIG_PRF_15_6_MHZ, ACC_CONFIG_PRF_13_0_MHZ, ACC_CONFIG_PRF_8_7_MHZ,
  ACC_CONFIG_PRF_6_5_MHZ, ACC_CONFIG_PRF_5_2_MHZ
}
 Pulse Repetition Frequency. More...