How to set the gpio of npm1300 as an interrupt event to notify the host?

I am using NPM1300 as a power management unit for a client project. According to its specifications, it has 5 GPIO pins that can be set as interrupt signal pins to notify the host of certain events. However, after setting it according to the specifications, I cannot obtain interrupts from the GPIO pins normally. When I operate the USB cable, I almost cannot receive interrupt signals, and occasional changes in the voltage levels of several GPIO pins also exceed my expectations, As shown in the screenshot, is my setting method incorrect?

Related