Home
last modified time | relevance | path

Searched refs:get_rtc_timestamp (Results 1 – 6 of 6) sorted by relevance

/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_rtc.c47 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function
140 *(rt_uint32_t *)args = get_rtc_timestamp(); in rt_gd32_rtc_control()
177 rtc_counter = get_rtc_timestamp(); in rt_hw_rtc_init()
/bsp/maxim/libraries/HAL_Drivers/
A Ddrv_rtc.c25 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function
67 *(rt_uint32_t *)args = get_rtc_timestamp(); in rt_rtc_control()
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_rtc.c29 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function
87 *(rt_uint32_t *)args = get_rtc_timestamp(); in _rtc_get_secs()
/bsp/at32/libraries/rt_drivers/
A Ddrv_rtc.c51 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function
218 *(rt_uint32_t *)args = get_rtc_timestamp(); in _rtc_get_secs()
377 tv->tv_sec = get_rtc_timestamp(); in _rtc_get_timeval()
/bsp/renesas/libraries/HAL_Drivers/
A Ddrv_rtc.c54 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function
78 *(rt_uint32_t *)sec = get_rtc_timestamp(); in ra_get_secs()
/bsp/nxp/mcx/mcxa/Libraries/drivers/
A Ddrv_rtc.c26 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function
121 *args = get_rtc_timestamp(); in _rtc_get_secs()

Completed in 9 milliseconds