ao_ir_can.h
CAN interrupts

Include

stdbool.h

Functions

ao_ir_can1_*

void ao_ir_can1_enable();
void ao_ir_can1_disable();

Enables or disables the interrupt.

void ao_ir_can1_request();
void ao_ir_can1_reply();

Requests the interrupt or replies thereto.

bool ao_ir_can1_is_enabled();

Checks whether the interrupt is enabled.

bool ao_ir_can1_is_pending();

Checks whether the interrupt is pending.

ao_ir_can2_*

void ao_ir_can2_enable();
void ao_ir_can2_disable();

Enables or disables the interrupt.

void ao_ir_can2_request();
void ao_ir_can2_reply();

Requests the interrupt or replies thereto.

bool ao_ir_can2_is_enabled();

Checks whether the interrupt is enabled.

bool ao_ir_can2_is_pending();

Checks whether the interrupt is pending.

ao_ir_can3_*

void ao_ir_can3_enable();
void ao_ir_can3_disable();

Enables or disables the interrupt.

void ao_ir_can3_request();
void ao_ir_can3_reply();

Requests the interrupt or replies thereto.

bool ao_ir_can3_is_enabled();

Checks whether the interrupt is enabled.

bool ao_ir_can3_is_pending();

Checks whether the interrupt is pending.

ao_ir_can4_*

void ao_ir_can4_enable();
void ao_ir_can4_disable();

Enables or disables the interrupt.

void ao_ir_can4_request();
void ao_ir_can4_reply();

Requests the interrupt or replies thereto.

bool ao_ir_can4_is_enabled();

Checks whether the interrupt is enabled.

bool ao_ir_can4_is_pending();

Checks whether the interrupt is pending.