| commit | 914e6a194800b5e85830fb088cec2f9920e83409 | [log] [tgz] |
|---|---|---|
| author | Furkan Akkiz <hasanfurkan.akkiz@analog.com> | Thu Oct 16 15:20:54 2025 +0300 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 20 19:16:00 2025 -0400 |
| tree | 84b41e4e47d1a65a4835c5dd0facc435f7454349 | |
| parent | bc8eb83c368492669752e72cdc576178f34952fe [diff] |
drivers: counter: max32: Fix prescaler configuration The existing formula assumed prescaler enumerations were consecutive, which led to incorrect values being passed to HAL functions. Update the code to calculate correct prescaler enumerations. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>