Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_rtc.h25 TEE_Result stm32_rtc_is_timestamp_enabled(bool *ret);
48 static inline TEE_Result stm32_rtc_is_timestamp_enabled(bool *ret __unused) in stm32_rtc_is_timestamp_enabled() function
/optee_os/core/drivers/
H A Dstm32_rtc.c806 TEE_Result stm32_rtc_is_timestamp_enabled(bool *ret) in stm32_rtc_is_timestamp_enabled() function
H A Dstm32_tamp.c1048 if (stm32_rtc_is_timestamp_enabled(&ts_enabled)) in stm32_tamp_it_handler()