Go to the source code of this file.
◆ adltc2990_acquisition_format
Enumerator |
---|
ADLTC2990_REPEATED_ACQUISITION | |
ADLTC2990_SINGLE_SHOT_ACQUISITION | |
◆ adltc2990_is_busy()
int adltc2990_is_busy |
( |
const struct device * | dev, |
|
|
bool * | is_busy ) |
check if adtlc2990 is busy doing conversion
- Parameters
-
dev | Pointer to the adltc2990 device |
is_busy | Pointer to the variable to store the busy status |
- Return values
-
0 | if successful |
-EIO | General input / output error. |
◆ adltc2990_trigger_measurement()
Trigger the adltc2990 to start a measurement.
- Parameters
-
dev | Pointer to the adltc2990 device |
format | The acquisition format to be used |
- Return values
-
0 | if successful |
-EIO | General input / output error. |