vitasdk
Documentation of the vitasdk
rtc.h
Go to the documentation of this file.
1
6#ifndef _PSP2KERN_KERNEL_RTC_H_
7#define _PSP2KERN_KERNEL_RTC_H_
8
11#include <psp2kern/types.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17
20
30
39
42
45
48
58
68
69#ifdef __cplusplus
70}
71#endif
72
73#endif /* _PSP2KERN_KERNEL_RTC_H_ */
SceUInt64 time
Time of the event occurred.
Definition debug.h:7
int ksceRtcSetCurrentSecureTick(SceRtcTick *tick)
int ksceRtcConvertDateTimeToUnixTime(const SceDateTime *src, SceUInt64 *dst)
Convert date time to unix time.
int ksceRtcGetCurrentClockLocalTime(SceDateTime *time)
Get current real time clock time with system time zone.
int ksceRtcConvertTickToDateTime(SceDateTime *dst, SceRtcTick *src)
Convert tick to date time.
int ksceRtcGetCurrentDebugNetworkTick(SceRtcTick *tick)
int ksceRtcSetCurrentNetworkTick(SceRtcTick *tick)
int ksceRtcGetCurrentNetworkTick(SceRtcTick *tick)
int ksceRtcGetCurrentClock(SceDateTime *time, int time_zone)
Get current real time clock time.
int ksceRtcGetCurrentSecureTick(SceRtcTick *tick)
int ksceRtcGetCurrentTick(SceRtcTick *tick)
int ksceRtcSetCurrentTick(SceRtcTick *tick)
int ksceRtcSetCurrentDebugNetworkTick(SceRtcTick *tick)
Definition rtc.h:48
uint64_t SceUInt64
Definition types.h:51
Definition types.h:213