Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
policy.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018 Intel Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_PM_POLICY_H_
8#define ZEPHYR_INCLUDE_PM_POLICY_H_
9
10#include <pm/state.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
28
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* ZEPHYR_INCLUDE_PM_POLICY_H_ */
struct pm_state_info pm_policy_next_state(int32_t ticks)
Function to get the next PM state.
Definition: main.c:26
__INT32_TYPE__ int32_t
Definition: stdint.h:44
Definition: state.h:111