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
28
extern
"C"
{
29
#endif
30
42
int
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_ */
device.h
APIs and macros for the Zephyr device model.
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:543
include
zephyr
drivers
rtc
mcux_snvs_rtc.h
Generated on
for Zephyr Project API by
1.16.1