Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Drtc.h16 #define RTC_ALARM_FEATURE BIT(1) macro
191 *features |= RTC_ALARM_FEATURE; in rtc_get_info()
/optee_os/core/pta/
H A Drtc.c295 if (features & RTC_ALARM_FEATURE) in rtc_pta_get_info()