XPm_NotifyCb - 2023.2 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 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 u32 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 u32 Event ID of the event
const u32 Oppoint Current operating state of the device.

Returns

None