![]() |
wdtps
Vitis Drivers API Documentation
|
This typedef contains configuration information for the device. More...
#include <xwdtps.h>
Data Fields | |
| char * | Name |
| Name of the device. More... | |
| UINTPTR | BaseAddress |
| Base address of the device. More... | |
| u32 | InputClockHz |
| Input clock frequency. 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 the device.
| UINTPTR XWdtPs_Config::BaseAddress |
Base address of the device.
Referenced by WdtPsIntrExample(), WdtPsPolledExample(), WdtPsSelfTestExample(), XWdtPs_CfgInitialize(), XWdtPs_DisableOutput(), XWdtPs_EnableOutput(), XWdtPs_GetControlValue(), XWdtPs_SelfTest(), XWdtPs_SetControlValue(), XWdtPs_Start(), and XWdtPs_Stop().
| u32 XWdtPs_Config::InputClockHz |
Input clock frequency.
| u16 XWdtPs_Config::IntrId |
Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags.
Referenced by WdtPsIntrExample().
| UINTPTR XWdtPs_Config::IntrParent |
Bit[0] Interrupt parent type Bit[64/32:1] Parent base address.
Referenced by WdtPsIntrExample().
| char* XWdtPs_Config::Name |
Name of the device.
Referenced by XWdtPs_LookupConfig().