1.1.3.17 GIRQ_AGG_INT_NUM_GET macro

C

#define GIRQ_AGG_INT_NUM_GET(int_src)       ((((uint32_t)(int_src)) & ((uint32_t)0xFF << 8U)) >> 8U)

Summary

This macro returns the aggregate NVIC interrupt number from the given interrupt source.

Description

This macro returns the aggregate NVIC interrupt number from the given interrupt source which must be of type ECIA_INT_SOURCE

Remarks

None