1.1.3.18 GIRQ_DIR_INT_NUM_GET macro

C

#define GIRQ_DIR_INT_NUM_GET(int_src)       (((uint32_t)(int_src)) & (uint32_t)0xFF)

Summary

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

Description

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

Remarks

None