commit | e9256135d6747221bbc3d15bf81d7aa9ebc7aead | [log] [tgz] |
---|---|---|
author | Andrzej Głąbek <andrzej.glabek@nordicsemi.no> | Wed May 22 11:29:56 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 24 07:47:15 2024 -0400 |
tree | d871c0995b8be547bde252aeb81a972e34de3f39 | |
parent | 2e8f104425ff7524c230d62f0923329f700a6f2a [diff] |
Bluetooth: Controller: nrf5: Allocate GPIOTE channels Allocate the GPIOTE channels that the Bluetooth Controller needs to use with the dedicated function provided by the nrfx_gpiote driver instead of using hard-coded indexes of these channels, as now, when the driver supports multiple GPIOTE instances, it would be much more difficult to properly inform the driver which channels should be reserved. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>