commit | 7fad89f0208869c21bfe3a9491ae33b828a7980c | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Tue Jul 12 10:56:48 2022 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jul 19 12:25:13 2022 +0000 |
tree | 16985e162e4a3b6c368796fb199cfc64518eba19 | |
parent | f59e9dd8572bf5f4e8c124e0748e08dfa0ee7de0 [diff] |
drivers: i2c: nrfx_twim: avoid init/deinit to update frequency nrfx HAL does not support updating frequency at runtime, which means we need to do a full init/deinit to update it when it is a matter of a simple register write. Fix this by using the lower level HAL. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>