Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
system_timer_lpm.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 STMicroelectronics
3 * Copyright 2026 NXP
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
15
16#ifndef ZEPHYR_INCLUDE_DRIVERS_TIMER_SYSTEM_TIMER_LPM_H_
17#define ZEPHYR_INCLUDE_DRIVERS_TIMER_SYSTEM_TIMER_LPM_H_
18
19#include <zephyr/types.h>
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
36
53void z_sys_clock_lpm_enter(uint64_t max_lpm_time_us);
54
66uint64_t z_sys_clock_lpm_exit(void);
67
69
70#ifdef __cplusplus
71}
72#endif
73
74#endif /* ZEPHYR_INCLUDE_DRIVERS_TIMER_SYSTEM_TIMER_LPM_H_ */
__UINT64_TYPE__ uint64_t
Definition stdint.h:91