Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Ddev_rtc.h90 #define RT_DEVICE_CTRL_RTC_GET_TIMESPEC (RT_DEVICE_CTRL_BASE(RTC) + 0x07) /**< get tim… macro
/components/drivers/rtc/
A Ddev_soft_rtc.c134 case RT_DEVICE_CTRL_RTC_GET_TIMESPEC: in soft_rtc_control()
/components/libc/compilers/common/
A Dctime.c641 return _control_rtc(RT_DEVICE_CTRL_RTC_GET_TIMESPEC, tp); in clock_gettime()
685 err = _control_rtc(RT_DEVICE_CTRL_RTC_GET_TIMESPEC, &ts); in clock_nanosleep()
1206 err = _control_rtc(RT_DEVICE_CTRL_RTC_GET_TIMESPEC, &ts); in timer_settime()

Completed in 8 milliseconds