rtcpsu
Xilinx SDK Drivers API Documentation
XRtcPsu Struct Reference

The XRtcPsu driver instance data. More...

Data Fields

XRtcPsu_Config RtcConfig
 Device configuration. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
void * CallBackRef
 Callback reference for event handler. More...
 

Detailed Description

The XRtcPsu driver instance data.

The user is required to allocate a variable of this type for the RTC device in the system. A pointer to a variable of this type is then passed to the driver API functions.

Field Documentation

◆ CallBackRef

void* XRtcPsu::CallBackRef

Callback reference for event handler.

Referenced by XRtcPsu_SetHandler().

◆ IsReady

u32 XRtcPsu::IsReady

Device is initialized and ready.

Referenced by XRtcPsu_InterruptHandler(), XRtcPsu_SelfTest(), XRtcPsu_SetAlarm(), and XRtcPsu_SetHandler().

◆ RtcConfig