gpiops
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Groups Pages
XGpioPs_Config Struct Reference

This typedef contains configuration information for a device. More...

#include <xgpiops.h>

Data Fields

char * Name
 Name of the device. More...
 
UINTPTR BaseAddr
 Register base address. More...
 
u16 IntrId
 Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags. 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 device.

Field Documentation

u16 XGpioPs_Config::IntrId

Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags.

UINTPTR XGpioPs_Config::IntrParent

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

char* XGpioPs_Config::Name

Name of the device.

Referenced by XGpioPs_LookupConfig().