Xiao nrf52 exit qspi flash deep sleep

#define INTERRUPT 0

nrf_gpio_cfg_sense_input(g_ADigitalPinMap[INTERRUPT], NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW);

What is the relationship with “INTERRUPT”?

edit
Preliminary report of the experiment;
Every time I turn the D0 pin LOW, data is written to the flash, but the current during sleep is 18uA. It seems that the flash is not sleeping.