Is there an instruction or fuse setting accessible form the running program which can turn off a Atmel Atmega completely?
My program measures via ADC the powering battery's level and then goes back to sleep mode woken up only by external interrupts to measure again and sleep again, this in an endless cycle. Since the battery level should not pass below a certain threshold (otherwise the battery will rapidly loose its recharging capabilities) I prefer to be safe and turn the Atmega off completely instead of using endless deep-sleep modes.