Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/modules/
Ddate_service.c42 int day; in get_y_m_d() local
64 day = strtol(date_str, &endptr, 10); in get_y_m_d()
70 if ((day < 1) || (day > 31)) { in get_y_m_d()
77 t->tm_mday = day; in get_y_m_d()
/Zephyr-latest/drivers/rtc/
Drtc_shell.c43 char day[2 + 1]; in consume_date() local
65 s = consume_chars(s, day, 2); in consume_date()
72 tm_time->tm_mday = atoi(day); in consume_date()
Drtc_numaker.c51 uint32_t day; /* Day value */ member
81 curr_time.day = timeptr->tm_mday; in rtc_numaker_set_time()
115 timeptr->tm_mday = curr_time.day; in rtc_numaker_get_time()
243 alarm_time.day = timeptr->tm_mday; in rtc_numaker_alarm_set_time()
310 timeptr->tm_mday = alarm_time.day; in rtc_numaker_alarm_get_time()
Drtc_ifx_cat1.c207 uint32_t day = timeptr->tm_mday; in ifx_cat1_rtc_set_time() local
231 rslt = Cy_RTC_SetDateAndTimeDirect(sec, min, hour, day, mon, year2digit); in ifx_cat1_rtc_set_time()
Drtc_rpi_pico.c117 .day = timeptr->tm_mday, in rtc_rpi_pico_set_time()
146 timeptr->tm_mday = dt.day; in rtc_rpi_pico_get_time()
/Zephyr-latest/drivers/counter/
Dcounter_cmos.c40 day, member
187 epoch = hinnant(state.year + 2000, state.month, state.day); in get_value()
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst28 counter value is read, and its value formatted as the date, time, day of
29 week, and day of year (19 July 2019 is a Friday, and is the 200th day of
71 fire at that time on the current day-of-week. The minute-resolution
79 and displayed. Alarms do not include date but can include day-of-week
80 or day-of-month; the date is selected to preserve that information::
/Zephyr-latest/include/zephyr/drivers/modem/
Dsimcom-sim7080.h99 uint8_t day; member
/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py92 business_days = sum(1 for day in dates if day.weekday() < 5)
/Zephyr-latest/subsys/bindesc/
DKconfig.build_time38 The day of the month the image was compiled, such as 9
43 The hour of the day the image was compiled, such as 13 in 13:34:52
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h509 uint8_t day; member
/Zephyr-latest/doc/kernel/
Dtimeutil.rst50 * Calendar time as a year, month, day, hour, minutes, and seconds relative to
159 these scales assume that every day has exactly 86400 seconds. In normal use
/Zephyr-latest/doc/project/
Dtsc.rst138 Multi-day meetings (F2F events) are counted as "one" meeting. The TSC voted on
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv6268 value. The value is in minutes. Default value is 1 day (24*60).
/Zephyr-latest/doc/contribute/
Dcontributor_expectations.rst225 reviewers a minimum of 1 business day to respond and revisit their initial
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c259 p_date_time->day = net_buf_simple_pull_u8(buf); in date_time_decode()
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1934 target_buf->time.day = mdm_pdu_read_time(pdu, index++); in mdm_decode_pdu()
/Zephyr-latest/doc/security/
Dsensor-threat.rst93 time to be accurate within a day or so. Token generation generally
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1019 * :github:`41509` - OpenThread's timer processing enters infinite loop in 49th day of system uptime