Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rtc.c653 static TEE_Result stm32_rtc_get_time(struct rtc *rtc __unused, in stm32_rtc_get_time() function
834 res = stm32_rtc_get_time(rtc, &current_tm); in stm32_rtc_read_alarm()
917 res = stm32_rtc_get_time(rtc, &current_tm); in stm32_rtc_valid_alarm_time()
1036 .get_time = stm32_rtc_get_time,