X<DUT>_InterruptClear - 2023.2 简体中文

Vitis 高层次综合用户指南 (UG1399)

Document ID
UG1399
Release Date
2023-12-18
Version
2023.2 简体中文

语法

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

描述

清除中断状态。

InstancePtr
指向器件实例的指针。
Mask
位掩码。
  • Bit n = 1:切换中断源 n。
  • Bit n = 0:无更改。