Zephyr API Documentation
4.0.0-rc2
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
21
#ifndef ZEPHYR_INCLUDE_DRIVERS_RTC_MCUX_SNVS_H_
22
#define ZEPHYR_INCLUDE_DRIVERS_RTC_MCUX_SNVS_H_
23
24
#include <
zephyr/device.h
>
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
41
int
mcux_snvs_rtc_set
(
const
struct
device
*dev,
uint32_t
ticks);
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* ZEPHYR_INCLUDE_DRIVERS_RTC_MCUX_SNVS_H_ */
device.h
mcux_snvs_rtc_set
int mcux_snvs_rtc_set(const struct device *dev, uint32_t ticks)
Set the current counter value.
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:412
zephyr
drivers
rtc
mcux_snvs_rtc.h
Generated on Sat Nov 9 2024 00:03:12 for Zephyr API Documentation by
1.12.0