[go: nahoru, domu]

Searched defs:tm_wday (Results 1 - 1 of 1) sorted by relevance

/drivers/rtc/
H A Drtc-lp8788.c102 static inline int _to_lp8788_wday(int tm_wday) argument
104 return LP8788_WDAY_SET << (tm_wday - 1);
132 tm->tm_wday = _to_tm_wday(data[LPTIME_WDAY]);
186 tm->tm_wday = _to_tm_wday(data[LPTIME_WDAY]);
212 data[LPTIME_WDAY] = _to_lp8788_wday(tm->tm_wday);

Completed in 55 milliseconds