X<DUT>_InterruptGetStatus - 2023.2 简体中文

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

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

语法

u32 X<DUT>_InterruptGetStatus(X<DUT> *InstancePtr);

描述

检查触发的中断源。

InstancePtr
指向器件实例的指针。

返回

位掩码。

  • Bit n = 1:已触发。
  • Bit n = 0:未触发。