Bare metal 0.9.0 IRQ_CONNECT I2S with build error.

Hello,

I am experiencing an issue with the I2S on my nRF54L15 DK while my application with the nRF Connect SDK Bare Metal v0.9.0

I am trying to use initial I2S.

IRQ_CONNECT(NRFX_IRQ_NUMBER_GET(NRF_I2S_INST_GET(20)), IRQ_PRIO_LOWEST, NRFX_I2S_INST_HANDLER_GET(20), 0, 0);

There have "error: expected declaration specifiers or '...' before numeric constant"

Am I using it correctly? What is the correct way to use I2S with bare metal?
Related