Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/rtc/
Drtc_ds3231.h105 #define DS3231_BITS_STS_INTCTRL BIT(1) macro
/Zephyr-latest/drivers/rtc/
Drtc_ds3231.c226 if (mask & DS3231_BITS_STS_INTCTRL) { in rtc_ds3231_modify_settings()