|
HF-ADS7952 Driver 0.1.0-dev
HF-ADS7952 C++ Driver
|
Template implementation for the ADS7952 driver. More...
Go to the source code of this file.
Namespaces | |
| namespace | ads7952 |
Template implementation for the ADS7952 driver.
Implements all ADS7952 driver methods using direct imperative SPI frame sequences. Each operation sends the required frames inline and returns success/failure — no internal state machine.
SPI Pipeline Model (ADS7952 datasheet SLAS605C): The response to frame N contains the conversion result triggered by frame N-1. For a single manual read we therefore need two transfers: Frame 1: MANUAL | channel → discard stale response Frame 2: CONTINUE → contains channel N data
Definition in file ads7952.ipp.