ao_ir_ct.h
Core timer interrupt

Include

stdbool.h

Functions

ao_ir_ct_*

void ao_ir_ct_enable();
void ao_ir_ct_disable();

Enables or disables the interrupt.

void ao_ir_ct_request();
void ao_ir_ct_reply();

Requests the interrupt or replies thereto.

bool ao_ir_ct_is_enabled();

Checks whether the interrupt is enabled.

bool ao_ir_ct_is_pending();

Checks whether the interrupt is pending.