Hello Curtis,
1. In order to set the Low Power Mode, you may refer to the MODS bits from the CTRL_REG2 System Control 2 register.
2. I would like to recommend the following Bare Metal Example project in order to know how to deal with the interrupts:
MMA8652FC - Bare metal example project
3. The interrupt polarity is set at the IPOL bit from the CTRL_REG3 Interrupt Control register.
4. The interrupt is cleared when reading the PL_STATUS register.
5. In case you need to generate an interrupt every time the accelerometer is shaken, I recommend to enable the Freefall/Motion Interrupt at the CTRL_REG4 register.
Please be aware that the Freefall/motion interrupt is routed to the INT2 by default. In order to change it, you may refer to the CTRL_REG5 register.
In order to get more information about the Freefall/Motion configuration and status registers, you may refer to the chapter 6.7 at the MMA8653FC datasheet.
Please let me know if you need more detailed information about setting the Freefall registers.
I hope this information will be useful for you.
If I misunderstood your question, feel free to let me know. I will be glad to help.
Have a great day.
David Diaz.