1.1.3.19 IS_INT_SRC_AGG_OR_DIR macro

C

#define IS_INT_SRC_AGG_OR_DIR(int_src)      ((((uint32_t)(int_src)) & ((uint32_t)0x01 << 31U)) >> 31U)

Summary

This macro returns the 0 if the given interrupt source is of aggregate type and returns 1 if th interrupt source is of direct type.

Description

This macro returns the 0 if the given interrupt source is of aggregate type and returns 1 if th interrupt source is of direct type. The given interrupt source (int_src) must be of type ECIA_INT_SOURCE

Remarks

None