Data Fields
Power_NotifyObj Struct Reference

Power notify object structure. More...

#include <Power.h>

Collaboration diagram for Power_NotifyObj:
Collaboration graph
[legend]

Data Fields

List_Elem link
 
uint_fast16_t eventTypes
 
Power_NotifyFxn notifyFxn
 
uintptr_t clientArg
 

Detailed Description

Power notify object structure.

This structure specification is for internal use. Notification clients must pre-allocate a notify object when registering for a notification; Power_registerNotify() will take care initializing the internal elements appropriately.

See also
Using power notify

Field Documentation

§ link

List_Elem Power_NotifyObj::link

for placing on the notify list

§ eventTypes

uint_fast16_t Power_NotifyObj::eventTypes

the event type

§ notifyFxn

Power_NotifyFxn Power_NotifyObj::notifyFxn

notification function

§ clientArg

uintptr_t Power_NotifyObj::clientArg

argument provided by client


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale