| commit | ba90f160b9865530e6b8d66bbc23d024849a7c9c | [log] [tgz] |
|---|---|---|
| author | Jan Kubiznak <jan.kubiznak@deveritec.com> | Tue Mar 12 17:29:42 2024 +0100 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Apr 11 09:09:20 2024 +0200 |
| tree | e333df81baa30659c3a47d65b67b28b690ba0ffe | |
| parent | a70ba00fd3a481efa034d7a194c7b0fb93298026 [diff] |
drivers: adc: adc_ads1119: Fix configuration register access. The adc_ads1119 driver is unable to overwrite the configuration register, the chip therefore always works with its default settings. Register access macros are fixed by this commit. Fixes: #70091 Signed-off-by: Jan Kubiznak <jan.kubiznak@deveritec.com>