/Zephyr-latest/subsys/shell/modules/ |
D | date_service.c | 42 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/ |
D | rtc_shell.c | 43 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()
|
D | rtc_numaker.c | 51 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()
|
D | rtc_ifx_cat1.c | 207 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()
|
D | rtc_rpi_pico.c | 117 .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/ |
D | counter_cmos.c | 40 day, member 187 epoch = hinnant(state.year + 2000, state.month, state.day); in get_value()
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 28 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/ |
D | simcom-sim7080.h | 99 uint8_t day; member
|
/Zephyr-latest/scripts/ci/stats/ |
D | merged_prs.py | 92 business_days = sum(1 for day in dates if day.weekday() < 5)
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 38 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/ |
D | ots.h | 509 uint8_t day; member
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 50 * 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/ |
D | tsc.rst | 138 Multi-day meetings (F2F events) are counted as "one" meeting. The TSC voted on
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 268 value. The value is in minutes. Default value is 1 day (24*60).
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 225 reviewers a minimum of 1 business day to respond and revisit their initial
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_client.c | 259 p_date_time->day = net_buf_simple_pull_u8(buf); in date_time_decode()
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 1934 target_buf->time.day = mdm_pdu_read_time(pdu, index++); in mdm_decode_pdu()
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 93 time to be accurate within a day or so. Token generation generally
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 1019 * :github:`41509` - OpenThread's timer processing enters infinite loop in 49th day of system uptime
|