commit | d15c9fe9a613e2f9f6741f25209ef1a5fb9d4326 | [log] [tgz] |
---|---|---|
author | Andrzej Kuros <andrzej.kuros@nordicsemi.no> | Mon Mar 24 13:10:54 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 27 17:17:32 2025 +0100 |
tree | 8e5a65a37c1bbf96395ad1e9aecf4b60300234c7 | |
parent | fe0b16583c1f6d5f602ccc6a13feb1ff49de4073 [diff] |
drivers: i2c_nrfx_twim: add exclusive access API This commit provides an extension to the i2c_nrfx_twim driver. It introduces possibility to acquire/release exclusive access to the i2c bus. While the exclusive access to the i2c bus is acquired you can access the underlying nrfx_twim driver directly. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>