Searched refs:RTC_IRQ_SETUP_1_HOUR_LSB (Results 1 – 2 of 2) sorted by relevance
154 … ((t->hour < 0) ? 0 : (((uint32_t)t->hour) << RTC_IRQ_SETUP_1_HOUR_LSB)) | in rtc_set_alarm()
255 #define RTC_IRQ_SETUP_1_HOUR_LSB _u(16) macro