Low power modes can drastically reduce power consumption, going from around a hundred microamps in active mode to under a microamp (or tenths of a microamp) in the 3.x and 4.x low power modes.
_bis_SR_register( GIE | LPMx_bits ); bis = bit set
__bic_SR_register_on_exit(LPMx_bits ); bic = bit clear
For port interrupts: