Function eic_line_interrupt_is_pending()

Tells whether an EIC interrupt line is pending.

bool eic_line_interrupt_is_pending(
		Eic * eic,
		uint8_t line_number)

Table 1. Parameters
Data direction Parameter name Description

[in]

eic

Base address of the EIC module

[in]

line_number

Line number to test

Table 2. Return Values
Return value Description

true

EIC interrupt line is pending

false

EIC interrupt line is not pending