XPm_NotifyCb - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 English

This function is called by the power management controller if an event the PU was registered for has occurred. It will populate the notifier data structure passed when calling XPm_RegisterNotifier.

Prototype

void XPm_NotifyCb(const u32 Node, const enum XPmNotifyEvent Event, const u32 Oppoint);

Parameters

The following table lists the XPm_NotifyCb function arguments.

Table 1. XPm_NotifyCb Arguments
Type Name Description
const u32 Node ID of the device the event notification is related to.
const enum XPmNotifyEvent Event ID of the event
const u32 Oppoint Current operating state of the device.

Returns

None