Function system_interrupt_disable()

Disable interrupt vector.

void system_interrupt_disable(
		const enum system_interrupt_vector vector)

Disables execution of the software handler for the requested interrupt vector.

Table 1. Parameters
Data direction Parameter name Description

[in]

vector

Interrupt vector to disable