X<DUT>_InterruptDisable - 2023.2 English

Vitis High-Level Synthesis User Guide (UG1399)

Document ID
UG1399
Release Date
2023-12-18
Version
2023.2 English

Syntax

void X<DUT>_InterruptDisable(X<DUT> *InstancePtr, u32 Mask);

Description

Disable the interrupt source.

InstancePtr
A pointer to the device instance.
Mask
Bit mask.
  • Bit n = 1: disable interrupt source n.
  • Bit n = 0: no change.