#include <nitro/os.h>void OS_Halt( void );
This function sets the CPU to the HALT state.
If there is an interrupt to return from the HALT state, a return from the function occurs.
HALT status comes about due to access to the CP15 register 7 of the system control coprocessor 15 with ARM9, and to a call of the system call with ARM7.
None
None
HALT state due to an interrupt