Home
last modified time | relevance | path

Searched refs:SYSCALL_OS_MAIN_RTC_GET_TIME (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DosApi.h123 #define SYSCALL_OS_MAIN_RTC_GET_TIME 0 // (uint64_t *timeNanos) -> void macro
DsyscallDo.h225 …L_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_RTC, SYSCALL_OS_MAIN_RTC_GET_TIME), &time… in eOsRtcGetTime()
/device/google/contexthub/firmware/os/core/
DosApi.c556 [SYSCALL_OS_MAIN_RTC_GET_TIME] = { .func = osExpApiRtcGetTime }, in osApiExport()