Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nxp_os_timer.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_TIMER_NXP_OS_TIMER_H
8#define ZEPHYR_INCLUDE_DRIVERS_TIMER_NXP_OS_TIMER_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
25bool z_nxp_os_timer_ignore_timer_wakeup(void);
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* ZEPHYR_INCLUDE_DRIVERS_TIMER_NXP_OS_TIMER_H */