pm: rename device_pm_state_str to pm_device_state_str

Prefix all device PM functions/data structures with pm.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-03 17:45:25 +02:00 committed by Anas Nashif
commit 570b43a70e
3 changed files with 4 additions and 4 deletions

View file

@ -115,7 +115,7 @@ struct pm_device {
*
* @param state State id which name should be returned
*/
const char *device_pm_state_str(uint32_t state);
const char *pm_device_state_str(uint32_t state);
/** Alias for legacy use of device_pm_control_nop */
#define device_pm_control_nop __DEPRECATED_MACRO NULL