Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/
Dcts.c48 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()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h51 uint8_t wday; member
/Zephyr-latest/scripts/ci/
Dversion_mgr.py116 wday = datetime.today().strftime('%A')
117 if wday == 'Monday':
/Zephyr-latest/drivers/rtc/
Drtc_rx8130ce.c119 uint8_t wday; member
150 static inline uint8_t wday2rtc(uint8_t wday) in wday2rtc() argument
152 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()