ao_boot.h
Booting

Include

ao_count.h
ao_ir.h

Functions

ao_boot_count

#define ao_boot_count()    \
{                          \
    ao_count_debug_stop(); \
}

Boots the ao_count.h module.

ao_boot_ir_mvec

#define ao_boot_ir_mvec() \
{                         \
    ao_ir_mvec_enable();  \
}

Boots the ao_ir_mvec.h module. This function sets up the multi-vectored interrupt mode.

ao_boot_ir_stack

void ao_boot_ir_stack();

Boots the ao_ir_stack.h module. This function sets up the interrupts stack.

Include Next

ao_boot.h