commit | 1f563b7821aab8791cf11261659497552b03ec80 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> | Fri May 10 14:45:12 2024 +0200 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Tue May 28 10:08:09 2024 +0200 |
tree | 523bb537a59158bc698c2245e6854140d541c706 | |
parent | 20b55425d32592a8fa25c2fdb797c0baba6b5cd4 [diff] |
modules: hal_nordic: Add NRFX_GPIOTE130_CHANNELS_USED mask On SoC like nrf54h20 GPIOTE channels are split between cores. They are reserved at compile time in devicetree. We need to ensure that dynamically allocated channels are used only from pool assigned to the given core. This is done using NRFX_GPIOTE130_CHANNELS_USED mask which contains data from the device tree. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>