What setting is needed for low interrupt power consumption?

I try to use st25r3911 and try to achieve low power consumption.

The code configures interrupts: gpio_pin_interrupt_configure_dt(&irq_gpio, GPIO_INT_EDGE_TO_ACTIVE);

But this string add about 15 uA to power consumption.

Can i reduce this value?

Related