![]() |
scuwdt
Vitis Drivers API Documentation
|
This typedef contains configuration information for the device. More...
#include <xscuwdt.h>
Data Fields | |
| char * | Name |
| Unique name of the device. More... | |
| UINTPTR | BaseAddr |
| Register base address. More... | |
| u32 | 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 XScuWdt_Config::BaseAddr |
Register base address.
Referenced by ScuWdtIntrExample(), ScuWdtPolledExample(), XScuWdt_CfgInitialize(), XScuWdt_Start(), and XScuWdt_Stop().
| u32 XScuWdt_Config::IntrId |
Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags.
Referenced by ScuWdtIntrExample().
| UINTPTR XScuWdt_Config::IntrParent |
Bit[0] Interrupt parent type Bit[64/32:1] Parent base address.
Referenced by ScuWdtIntrExample().
| char* XScuWdt_Config::Name |
Unique name of the device.
Referenced by XScuWdt_LookupConfig().