gpio
Vitis Drivers API Documentation
|
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... | |
This typedef contains configuration information for the device.
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().