Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_pcf8563.c56 #define PCF8563_RTC_ALARM_TIME_MASK \ macro
216 *mask = PCF8563_RTC_ALARM_TIME_MASK; in pcf8563_alarm_get_supported_fields()
233 if ((mask & ~(PCF8563_RTC_ALARM_TIME_MASK)) != 0) { in pcf8563_alarm_set_time()