
Go to the source code of this file.
Typedefs | |
| typedef enum BootloaderStatus_t | BootloaderStatus_t |
| typedef enum CalibrationIssueByte_t | CalibrationIssueByte_t |
| typedef enum CalibrationStageByte_t | CalibrationStageByte_t |
| typedef enum CommsInterfaceType_t | CommsInterfaceType_t |
| typedef enum LogCategoryByte_t | LogCategoryByte_t |
| typedef enum LogLevel_t | LogLevel_t |
| typedef enum RecordType_t | RecordType_t |
| typedef enum ResetReason_t | ResetReason_t |
| typedef enum SelfCheckError_t | SelfCheckError_t |
| typedef enum SensorMode_t | SensorMode_t |
| typedef enum SensorModel_t | SensorModel_t |
| typedef enum SensorState_t | SensorState_t |
| typedef enum SignalProcessingIssueByte_t | SignalProcessingIssueByte_t |
| typedef enum SoftwareIssueByte_t | SoftwareIssueByte_t |
Variables | |
| static const char * | kCommsInterfaceStrings [] |
| static const char * | kLogLevelStrings [] = {"DEBUG", "INFO", "WARN", "ERROR"} |
| static const char * | kRecordTypeStrings [] |
| static const char * | kResetReasonStrings [] |
| static const char * | kSensorModelStrings [] = {"MODEL_BRAVO_DEV_PLATFORM", "MODEL_BRAVO_DEV_KIT"} |
| static const char * | kSensorStateStrings [] |
| typedef enum BootloaderStatus_t BootloaderStatus_t |
| typedef enum CalibrationIssueByte_t CalibrationIssueByte_t |
| typedef enum CalibrationStageByte_t CalibrationStageByte_t |
| typedef enum CommsInterfaceType_t CommsInterfaceType_t |
| typedef enum LogCategoryByte_t LogCategoryByte_t |
| typedef enum LogLevel_t LogLevel_t |
| typedef enum RecordType_t RecordType_t |
| typedef enum ResetReason_t ResetReason_t |
| typedef enum SelfCheckError_t SelfCheckError_t |
| typedef enum SensorMode_t SensorMode_t |
| typedef enum SensorModel_t SensorModel_t |
| typedef enum SensorState_t SensorState_t |
| typedef enum SignalProcessingIssueByte_t SignalProcessingIssueByte_t |
| typedef enum SoftwareIssueByte_t SoftwareIssueByte_t |
| enum BootloaderStatus_t |
Definition at line 174 of file custom_types.h.
| Enumerator | |
|---|---|
| CALIBRATION_ISSUE_NOT_CALIBRATED | |
| CALIBRATION_ISSUE_CALIBRATION_PROGRESS | |
| CALIBRATION_ISSUE_CALIBRATION_FINISHED | |
| CALIBRATION_ISSUE_INIT_ERROR | |
| CALIBRATION_ISSUE_BAD_FRAME | |
Definition at line 145 of file custom_types.h.
| Enumerator | |
|---|---|
| CALIBRATION_STAGE_RESONANT_FREQ | |
| CALIBRATION_STAGE_NEAR_FIELD | |
Definition at line 154 of file custom_types.h.
| enum CommsInterfaceType_t |
| Enumerator | |
|---|---|
| IF_NONE | |
| IF_CAN | |
| IF_UART | |
| IF_USB | |
Definition at line 10 of file custom_types.h.
| enum LogCategoryByte_t |
Definition at line 111 of file custom_types.h.
| enum LogLevel_t |
| Enumerator | |
|---|---|
| LOG_LEVEL_DEBUG | |
| LOG_LEVEL_INFO | |
| LOG_LEVEL_WARN | |
| LOG_LEVEL_ERROR | |
Definition at line 101 of file custom_types.h.
| enum RecordType_t |
| Enumerator | |
|---|---|
| RECORD_DATA | |
| RECORD_EOF | |
| RECORD_EXTEN_SEG_ADD | |
| RECORD_START_SEG_ADD | |
| RECORD_EXTEN_LIN_ADD | |
| RECORD_START_LIN_ADD | |
Definition at line 198 of file custom_types.h.
| enum ResetReason_t |
Definition at line 77 of file custom_types.h.
| enum SelfCheckError_t |
| Enumerator | |
|---|---|
| SC_STATUS_SENSOR_OK | |
| SC_STATUS_MIC_MALFUNCTION | |
| SC_STATUS_TRANSDUCER_MALFUNCTION | |
| SC_STATUS_PGA_OK | |
| SC_STATUS_PGA_MALFUNCTION | |
| SC_STATUS_PGA_CANNOT_CHECK | |
Definition at line 126 of file custom_types.h.
| enum SensorMode_t |
Definition at line 65 of file custom_types.h.
| enum SensorModel_t |
| Enumerator | |
|---|---|
| MODEL_BRAVO_DEV_PLATFORM | |
| MODEL_BRAVO_DEV_KIT | |
Definition at line 190 of file custom_types.h.
| enum SensorState_t |
Definition at line 24 of file custom_types.h.
Definition at line 160 of file custom_types.h.
| enum SoftwareIssueByte_t |
| Enumerator | |
|---|---|
| SW_ISSUE_MALLOC_FAILED | |
| SW_ISSUE_REBOOT_REQUIRED | |
| SW_ISSUE_LOAD_FROM_FLASH_FAILED | |
| SW_ISSUE_SAVE_FROM_FLASH_FAILED | |
| SW_ISSUE_STORING_FACTORY_DEFAULTS_IN_FLASH | |
Definition at line 136 of file custom_types.h.
|
static |
Definition at line 18 of file custom_types.h.
|
static |
Definition at line 109 of file custom_types.h.
|
static |
Definition at line 208 of file custom_types.h.
|
static |
Definition at line 90 of file custom_types.h.
|
static |
Definition at line 196 of file custom_types.h.
|
static |
Definition at line 52 of file custom_types.h.