![]() |
wdtps
Xilinx SDK Drivers API Documentation
|
Functions | |
| s32 | XWdtPs_CfgInitialize (XWdtPs *InstancePtr, XWdtPs_Config *ConfigPtr, u32 EffectiveAddress) |
| Initialize a specific watchdog timer instance/driver. More... | |
| void | XWdtPs_Start (XWdtPs *InstancePtr) |
| Start the watchdog timer of the device. More... | |
| void | XWdtPs_Stop (XWdtPs *InstancePtr) |
| Disable the watchdog timer. More... | |
| void | XWdtPs_EnableOutput (XWdtPs *InstancePtr, u8 Signal) |
| Enables the indicated signal/output. More... | |
| void | XWdtPs_DisableOutput (XWdtPs *InstancePtr, u8 Signal) |
| Disables the indicated signal/output. More... | |
| u32 | XWdtPs_GetControlValue (XWdtPs *InstancePtr, u8 Control) |
| Returns the current control setting for the indicated signal/output. More... | |
| void | XWdtPs_SetControlValue (XWdtPs *InstancePtr, u8 Control, u32 Value) |
| Updates the current control setting for the indicated signal/output with the provided value. More... | |