ao_sys_power.h
System power-saving modes

Functions

ao_sys_idle

void ao_sys_idle();

Enters idle mode.

ao_sys_sleep

void ao_sys_sleep();

Enters sleep mode.

ao_sys_wait

void ao_sys_wait();

Executes a WAIT instruction. Eventually, this function enters idle or sleep mode.

ao_sys_wait_idle

void ao_sys_wait_idle();

Sets up to enter idle mode upon the execution of a WAIT instruction.

ao_sys_wait_sleep

void ao_sys_wait_sleep();

Sets up to enter sleep mode upon the execution of a WAIT instruction.