Searched refs:wday (Results 1 – 4 of 4) sorted by relevance
48 date_time.tm_wday = ct_time->wday % 7; /* for sundays convert to 0, else keep same */ in bt_cts_time_to_unix_ms()98 ct_time->wday = date_time.tm_wday; in bt_cts_time_from_unix_ms()99 if (ct_time->wday == 0) { in bt_cts_time_from_unix_ms()100 ct_time->wday = 7; /* sunday is represented as 7 */ in bt_cts_time_from_unix_ms()
51 uint8_t wday; member
116 wday = datetime.today().strftime('%A')117 if wday == 'Monday':
119 uint8_t wday; member150 static inline uint8_t wday2rtc(uint8_t wday) in wday2rtc() argument152 return 1 << wday; in wday2rtc()434 timeptr->tm_wday = rtc2wday(alarm_time.wday); in rx8130ce_alarm_get_time()435 if (!(alarm_time.wday & ALARM_DISABLE)) { in rx8130ce_alarm_get_time()