Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of AdiSense1000 by
ADI_SENSE_CONFIG Struct Reference
[ADISENSE Host Library API]
#include <adi_sense_config_types.h>
Data Fields | |
const char | configUuid [ADI_SENSE_UUID_LEN] |
ADI_SENSE_CONFIG_VERSION_ID | versionId |
ADI_SENSE_PRODUCT_ID | productId |
union { | |
ADI_SENSE_1000_CONFIG adisense1000 | |
}; |
Detailed Description
ADISENSE global configuration details
Definition at line 77 of file adi_sense_config_types.h.
Field Documentation
union { ... } |
Product-specific configuration parameters, selected based on productId.
- Note:
- Other product variants may be added here in the future
ADSNS1000 product configuration parameters. Used if productId selected is ADI_SENSE_PRODUCT_ID_ADSNS1000
Definition at line 87 of file adi_sense_config_types.h.
const char configUuid[ADI_SENSE_UUID_LEN] |
Optional unique identifier for this configuration
Definition at line 79 of file adi_sense_config_types.h.
Identify the product type for which this configuration is valid
Definition at line 83 of file adi_sense_config_types.h.
Identifies the schema version for this configuration
Definition at line 81 of file adi_sense_config_types.h.
Generated on Wed Jul 13 2022 13:02:05 by
