Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-latest/samples/drivers/rtc/
DREADME.rst5 Set and read the date/time from a Real-Time Clock.
11 to set and read the date/time from RTC and display on the console
30 RTC date and time: 2024-11-17 04:19:00
31 RTC date and time: 2024-11-17 04:19:01
/Zephyr-latest/drivers/rtc/
Drtc_rv3028.c461 uint8_t date[7]; in rv3028_set_time() local
478 date[0] = bin2bcd(timeptr->tm_sec) & RV3028_SECONDS_MASK; in rv3028_set_time()
479 date[1] = bin2bcd(timeptr->tm_min) & RV3028_MINUTES_MASK; in rv3028_set_time()
480 date[2] = bin2bcd(timeptr->tm_hour) & RV3028_HOURS_24H_MASK; in rv3028_set_time()
481 date[3] = timeptr->tm_wday & RV3028_WEEKDAY_MASK; in rv3028_set_time()
482 date[4] = bin2bcd(timeptr->tm_mday) & RV3028_DATE_MASK; in rv3028_set_time()
483 date[5] = bin2bcd(timeptr->tm_mon + RV3028_MONTH_OFFSET) & RV3028_MONTH_MASK; in rv3028_set_time()
484 date[6] = bin2bcd(timeptr->tm_year - RV3028_YEAR_OFFSET) & RV3028_YEAR_MASK; in rv3028_set_time()
486 err = rv3028_write_regs(dev, RV3028_REG_SECONDS, &date, sizeof(date)); in rv3028_set_time()
503 uint8_t date[7]; in rv3028_get_time() local
[all …]
Drtc_ifx_cat1.c126 z_time->tm_mday = (int)pdlTime->date; in _ifx_cat1_rtc_from_pdl_time()
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py214 date, sha1 = date_and_sha1.split(" ", 1)
215 date_object = datetime.fromtimestamp(int(date))
218 date = format_date(last_update_fmt, date=date_object, language=app.config.language)
220 return (date, sha1)
/Zephyr-latest/scripts/ci/
Dversion_mgr.py80 date = pdate.strftime("%b %d %Y %H:%M:%S")
94 date = item_compat.get("date", False)
97 if date:
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/
DKconfig9 bool "Build date time test"
/Zephyr-latest/subsys/bindesc/
DKconfig.build_time62 bool "Build date and time as string"
64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000"
67 bool "Build date as string"
69 The date of compilation as a string, such as "2023-09-29"
94 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...)
/Zephyr-latest/scripts/checkpatch/
Dtimestamp73 output=$(date +${output_date}${output_time})
/Zephyr-latest/subsys/shell/modules/
DKconfig17 This shell provides access to date and time based on Unix time.
Ddate_service.c211 SHELL_CMD_REGISTER(date, &sub_date, "Date commands", NULL);
/Zephyr-latest/doc/_static/latex/
Dtitle.tex36 \large \@author\\\@date
/Zephyr-latest/scripts/west_commands/
DREADME.txt11 date. The mypy static type checker is also run on the runners package.
/Zephyr-latest/boards/shields/pmod_sd/doc/
Dindex.rst15 - Store and access large amounts of date from your system board
/Zephyr-latest/doc/develop/west/
Dwithout-west.rst12 addition to the main zephyr repository, and keeping them up to date
47 and keeping existing ones up to date at the latest revisions.
127 up to date build of the Zephyr application, so it's compiled before
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst28 counter value is read, and its value formatted as the date, time, day of
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/subsys/mgmt/osdp/
DKconfig.pd238 - 00: The PD does not support time/date functionality
239 - 01: The PD understands time/date settings per Command osdp_TDSET
240 - 02: The PD is able to locally update the time and date
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig187 bool "Show build date and time"
189 Will allow returning the build date and time of the firmware by using the info with
193 build date/time in the output firmware image.
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/
DREADME.rst10 This sample sets the date rate of LSM6DSO accelerometer and gyroscope to
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin19 for up to date information.
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_big.html.bin19 for up to date information.
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst83 bypass clear date
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst358 The command allows to obtain string representing current time-date on a device
367 The command allows to obtain date-time from a device.
452 The command allows to set date-time to a device.
733 date/time, processor type and application-defined details to be returned. This
772 | | * ``b`` Build date and time (requires |
/Zephyr-latest/doc/project/
Drelease_process.rst120 - Release Notes are up-to-date.
131 the release all the way until the final release date.
259 before the scheduled release date. The stabilization period for LTS is extended
261 release date. The time between code freeze and release date is extended in this case.
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/
Dindex.rst13 - USB-C connector, keeps it up to date, easier to use.
/Zephyr-latest/doc/releases/
Dindex.rst59 | Release | Release date | EOL |

123