commit | b357f81ce9e95387936670f10134ff2c67d5fe06 | [log] [tgz] |
---|---|---|
author | Nidhal BEN OTHMEN <nidhal.benothmen@st.com> | Fri Feb 14 16:55:29 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 20 14:22:21 2025 +0100 |
tree | 634888a3412aedb19320a6edd4308d7fdf103d64 | |
parent | 1b3feecfd83eb76639fde933d0d1cfd3c5af7774 [diff] |
soc: stm32wbax: hci_if: Re-write enable/disable Radio IRQ with irq API Migrate LINKLAYER_PLAT_EnableRadioIT and LINKLAYER_PLAT_DisableRadioIT from linklayer_plat.c (hal/stm32 module) and adapt it using irq Zephyr APIs. Correct casting of irq type between using NVIC APIs or irq Zephyr APIs Signed-off-by: Nidhal BEN OTHMEN <nidhal.benothmen@st.com>