Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mcux_snvs_rtc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Basalte bv
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
22#ifndef ZEPHYR_INCLUDE_DRIVERS_RTC_MCUX_SNVS_H_
23#define ZEPHYR_INCLUDE_DRIVERS_RTC_MCUX_SNVS_H_
24
25#include <zephyr/device.h>
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
42int mcux_snvs_rtc_set(const struct device *dev, uint32_t ticks);
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* ZEPHYR_INCLUDE_DRIVERS_RTC_MCUX_SNVS_H_ */
APIs and macros for the Zephyr device model.
int mcux_snvs_rtc_set(const struct device *dev, uint32_t ticks)
Set the current counter value.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Runtime device structure (in ROM) per driver instance.
Definition device.h:543