1.1.3.5 uint32_t ECIA_GIRQBlockStatusGet(ECIA_GIRQ_BLOCK_NUM block) Function

C

uint32_t ECIA_GIRQBlockStatusGet(ECIA_GIRQ_BLOCK_NUM block)

Summary

Reports the status of the group GIRQ interrupt assertion to the NVIC.

Description

Reports the status of the group GIRQ interrupt assertion to the NVIC.

Precondition

None.

Parameters

Param Description
block One of the GIRQ block number from the enum ECIA_GIRQ_BLOCK_NUM

Returns

None

Example

uint32_t status = ECIA_GIRQBlockStatusGet(ECIA_GIRQ_BLOCK_NUM8);

Remarks

None