vtc
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Groups Pages
XVtc_Config Struct Reference

This typedef contains configuration information for a VTC core. More...

#include <xvtc.h>

Data Fields

UINTPTR BaseAddress
 BaseAddress is the physical base address of the core's registers. More...
 
u16 IntrId
 Interrupt ID. More...
 
UINTPTR IntrParent
 Bit[0] Interrupt parent type Bit[64/32:1] Parent base address. More...
 

Detailed Description

This typedef contains configuration information for a VTC core.

Each VTC device should have a configuration structure associated

Field Documentation

u16 XVtc_Config::IntrId

Interrupt ID.

Referenced by XVtc_CfgInitialize().

UINTPTR XVtc_Config::IntrParent

Bit[0] Interrupt parent type Bit[64/32:1] Parent base address.

Referenced by XVtc_CfgInitialize().