diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 4dc78a6a0a..7567e4f65d 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5752,7 +5752,7 @@ enum pm_state_e pm_checkstate(void);

Function Prototype:

Description: This function is used by platform-specific power management logic. @@ -5760,6 +5760,8 @@ enum pm_state_e pm_checkstate(void);

Input Parameters:

+
domain +
Identifies the domain of the new PM state
newstate
Identifies the new PM state
@@ -5786,7 +5788,7 @@ enum pm_state_e pm_checkstate(void);

6.4.3.1 prepare()

Function Prototype:

Description: Request the driver to prepare for a new power state. @@ -5799,6 +5801,8 @@ int (*prepare)(FAR struct pm_callback_s *cb, enum pm_state_e pmstate);

cb
Returned to the driver. The driver version of the callback structure may include additional, driver-specific state data at the end of the structure. +
domain +
Identifies the activity domain of the state change
pmstate
Identifies the new PM state @@ -5815,7 +5819,7 @@ int (*prepare)(FAR struct pm_callback_s *cb, enum pm_state_e pmstate);

Function Prototype:

Description: Notify the driver of new power state. @@ -5826,6 +5830,8 @@ void (*notify)(FAR struct pm_callback_s *cb, enum pm_state_e pmstate);

cb
Returned to the driver. The driver version of the callback structure may include additional, driver-specific state data at the end of the structure. +
domain +
Identifies the activity domain of the state change
pmstate
Identifies the new PM state