gpio
Vitis Drivers API Documentation
XGpio_Config Struct Reference

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

Data Fields

u16 DeviceId
 Unique ID of device. More...
 
UINTPTR BaseAddress
 Device base address. More...
 
int InterruptPresent
 Are interrupts supported in h/w. More...
 
int IsDual
 Are 2 channels supported in h/w. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

UINTPTR XGpio_Config::BaseAddress

Device base address.

Referenced by XGpio_Initialize().

u16 XGpio_Config::DeviceId

Unique ID of device.

int XGpio_Config::InterruptPresent

Are interrupts supported in h/w.

Referenced by XGpio_CfgInitialize().

int XGpio_Config::IsDual

Are 2 channels supported in h/w.

Referenced by XGpio_CfgInitialize().