Function system_interrupt_is_pending()

Check if a interrupt line is pending.

bool system_interrupt_is_pending(
		const enum system_interrupt_vector vector)

Checks if the requested interrupt vector is pending.

Table 1. Parameters
Data direction Parameter name Description

[in]

vector

Interrupt vector number to check

Returns

A boolean identifying if the requested interrupt vector is pending.

Table 2. Return Values
Return value Description

true

Specified interrupt vector is pending

false

Specified interrupt vector is not pending