/Zephyr-latest/samples/drivers/rtc/ |
D | README.rst | 5 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/ |
D | rtc_rv3028.c | 461 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 …]
|
D | rtc_ifx_cat1.c | 126 z_time->tm_mday = (int)pdlTime->date; in _ifx_cat1_rtc_from_pdl_time()
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 214 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/ |
D | version_mgr.py | 80 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/ |
D | Kconfig | 9 bool "Build date time test"
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 62 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/ |
D | timestamp | 73 output=$(date +${output_date}${output_time})
|
/Zephyr-latest/subsys/shell/modules/ |
D | Kconfig | 17 This shell provides access to date and time based on Unix time.
|
D | date_service.c | 211 SHELL_CMD_REGISTER(date, &sub_date, "Date commands", NULL);
|
/Zephyr-latest/doc/_static/latex/ |
D | title.tex | 36 \large \@author\\\@date
|
/Zephyr-latest/scripts/west_commands/ |
D | README.txt | 11 date. The mypy static type checker is also run on the runners package.
|
/Zephyr-latest/boards/shields/pmod_sd/doc/ |
D | index.rst | 15 - Store and access large amounts of date from your system board
|
/Zephyr-latest/doc/develop/west/ |
D | without-west.rst | 12 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/ |
D | README.rst | 28 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/ |
D | Kconfig.pd | 238 - 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/ |
D | Kconfig | 187 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/ |
D | README.rst | 10 This sample sets the date rate of LSM6DSO accelerometer and gyroscope to
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_big.html.bin | 19 for up to date information.
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 19 for up to date information.
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 83 bypass clear date
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 358 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/ |
D | release_process.rst | 120 - 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/ |
D | index.rst | 13 - USB-C connector, keeps it up to date, easier to use.
|
/Zephyr-latest/doc/releases/ |
D | index.rst | 59 | Release | Release date | EOL |
|