Expand description
Async embedded-hal driver for the Analog Devices AD7190 ADC.
This crate provides a no_std, async driver for the AD7190 24-bit
sigma-delta ADC using [embedded-hal-async] traits.
Structs§
- Ad7190
- AD7190 async driver.
- Channels
- Channel enable mask (CON15..CON8).
Use as
Channels::CH0 | Channels::CH2, etc. - Config
- Configuration register builder (24-bit).
- Config
Flags - CONFIG register flag-type bits (24-bit).
- Continuous
Cfg - Continuous conversion behavior configuration.
- Gpocon
- Parsed representation of the GPOCON register (8-bit).
- Mode
- Mode register builder (24-bit).
- Mode
Flags - MODE register flag-type bits (24-bit).
- Sample
- Result of reading the data register.
- Status
Flags - STATUS register bits (8-bit).