Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_pcf8523.c104 #define PCF8523_RTC_ALARM_TIME_MASK \ macro
445 *mask = PCF8523_RTC_ALARM_TIME_MASK; in pcf8523_alarm_get_supported_fields()
460 if ((mask & ~(PCF8523_RTC_ALARM_TIME_MASK)) != 0U) { in pcf8523_alarm_set_time()