XPm_AcknowledgeCb - 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 in response to any request where an acknowledge callback was requested, i.e. where the 'ack' argument passed by the PU was REQUEST_ACK_NON_BLOCKING.

Prototype

void XPm_AcknowledgeCb(const u32 Node, const XStatus Status, const u32 Oppoint);

Parameters

The following table lists the XPm_AcknowledgeCb function arguments.

Table 1. XPm_AcknowledgeCb Arguments
Type Name Description
const u32 Node ID of the component or sub-system in question.
const XStatus Status Status of the operation:
  • OK: the operation completed successfully
  • ERR: the requested operation failed
const u32 Oppoint Operating point of the node in question

Returns

None