Zephyr API Documentation 4.4.99
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
38
51void z_sys_clock_lpm_enter(uint64_t max_lpm_time_us);
52
64uint64_t z_sys_clock_lpm_exit(void);
65
67
68#ifdef __cplusplus
69}
70#endif
71
72#endif /* ZEPHYR_INCLUDE_DRIVERS_TIMER_SYSTEM_TIMER_LPM_H_ */
__UINT64_TYPE__ uint64_t
Definition stdint.h:91