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
13
extern
"C"
{
14
#endif
15
27
struct
pm_state_info
pm_policy_next_state
(
int32_t
ticks);
28
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
/* ZEPHYR_INCLUDE_PM_POLICY_H_ */
pm_policy_next_state
struct pm_state_info pm_policy_next_state(int32_t ticks)
Function to get the next PM state.
Definition:
main.c:26
state.h
int32_t
__INT32_TYPE__ int32_t
Definition:
stdint.h:44
pm_state_info
Definition:
state.h:111
include
pm
policy.h
Generated on Sun Oct 9 2022 09:21:57 for Zephyr API Documentation by
1.9.4