![]() |
gpiops
Vitis Drivers API Documentation
|
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... | |
This typedef contains configuration information for a device.
| UINTPTR XGpioPs_Config::BaseAddr |
Register base address.
Referenced by GpioPolledExample(), XGpioPs_CfgInitialize(), XGpioPs_GetDirection(), XGpioPs_GetDirectionPin(), XGpioPs_GetIntrType(), XGpioPs_GetIntrTypePin(), XGpioPs_GetOutputEnable(), XGpioPs_GetOutputEnablePin(), XGpioPs_IntrClear(), XGpioPs_IntrClearPin(), XGpioPs_IntrDisable(), XGpioPs_IntrDisablePin(), XGpioPs_IntrEnable(), XGpioPs_IntrEnablePin(), XGpioPs_IntrGetEnabled(), XGpioPs_IntrGetEnabledPin(), XGpioPs_IntrGetStatus(), XGpioPs_IntrGetStatusPin(), XGpioPs_Read(), XGpioPs_ReadPin(), XGpioPs_SetDirection(), XGpioPs_SetDirectionPin(), XGpioPs_SetIntrType(), XGpioPs_SetIntrTypePin(), XGpioPs_SetOutputEnable(), XGpioPs_SetOutputEnablePin(), XGpioPs_Write(), and XGpioPs_WritePin().
| 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().