Home
last modified time | relevance | path

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

/Zephyr-4.1.0/drivers/rtc/
Drtc_rx8130ce.c155 static inline uint8_t rtc2wday(uint8_t rtc_wday) in rtc2wday() function
184 timeptr->tm_wday = rtc2wday(rtc_time.weekday & RX8130CE_WEEKDAYS_MASK); in rx8130ce_get_time()
434 timeptr->tm_wday = rtc2wday(alarm_time.wday); in rx8130ce_alarm_get_time()