/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | overlay-prj.conf.example | 12 #request for updates one to one minute. 13 #(min: 0 minute, máx: 30 days)
|
/Zephyr-latest/tests/boards/native_sim/rtc/src/ |
D | main.c | 24 unsigned int minute; in us_time_to_str() local 29 minute = (time / 60U / 1000000U) % 60; in us_time_to_str() 33 sprintf(dest, "%02u:%02u:%02u.%06u", hour, minute, second, us); in us_time_to_str()
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_shell.c | 80 char minute[2 + 1]; in consume_time() local 93 s = consume_chars(s, minute, 2); in consume_time() 109 tm_time->tm_min = atoi(minute); in consume_time()
|
D | Kconfig.pcf8523 | 27 per minute until the programmed correction values have been implemented (MODE = 0). 32 Offset correction is made once per minute and then correction pulses are applied once per
|
D | rtc_numaker.c | 54 uint32_t minute; /* Minute value */ member 83 curr_time.minute = timeptr->tm_min; in rtc_numaker_set_time() 119 timeptr->tm_min = curr_time.minute; in rtc_numaker_get_time() 251 alarm_time.minute = timeptr->tm_min; in rtc_numaker_alarm_set_time() 316 timeptr->tm_min = alarm_time.minute; in rtc_numaker_alarm_get_time()
|
/Zephyr-latest/drivers/counter/ |
D | counter_cmos.c | 38 minute, member 190 epoch += state.minute * 60; /* seconds per minute */ in get_value()
|
/Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/ |
D | main.c | 97 uint8_t minute; member 102 {.str = "000102", .hour = 0, .minute = 1, .millisecond = 2000}, 103 {.str = "235959.999", .hour = 23, .minute = 59, .millisecond = 59999}, 104 {.str = "000000.0", .hour = 0, .minute = 0, .millisecond = 0} 117 zassert_equal(hhmmss_samples[i].minute, utc.minute, "Failed to parse minute"); in ZTEST() 287 zassert_equal(data.utc.minute, 8, "Incorrectly parsed minute"); in ZTEST()
|
/Zephyr-latest/boards/native/native_posix/ |
D | timer_model.c | 49 unsigned int minute; in us_time_to_str() local 54 minute = (time / 60U / 1000000U) % 60; in us_time_to_str() 58 sprintf(dest, "%02u:%02u:%02u.%06u", hour, minute, second, us); in us_time_to_str()
|
/Zephyr-latest/include/zephyr/drivers/modem/ |
D | simcom-sim7080.h | 101 uint8_t minute; member
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | timer_model.c | 44 unsigned int minute; in us_time_to_str() local 49 minute = (time / 60U / 1000000U) % 60; in us_time_to_str() 53 sprintf(dest, "%02u:%02u:%02u.%06u", hour, minute, second, us); in us_time_to_str()
|
/Zephyr-latest/samples/drivers/gnss/ |
D | README.rst | 25 …gnss: gnss_time: {hour: 16, minute: 17, millisecond 36000, month_day 3, month: 10, century_year: 2…
|
/Zephyr-latest/tests/drivers/gnss/gnss_dump/src/ |
D | main.c | 35 test_data.utc.minute = 2; in test_gnss_data()
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 71 fire at that time on the current day-of-week. The minute-resolution 72 alarm is configured to fire once per minute:: 97 From here on the sample sleeps except when the minute-resolution alarm
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_dump.c | 124 ret = snprintk(str, strsize, fmt, utc->hour, utc->minute, utc->millisecond, in gnss_dump_time()
|
D | gnss_emul.c | 381 data->data.utc.minute = datetime.tm_min; in gnss_emul_set_utc()
|
D | gnss_nmea0183.c | 334 utc->minute = (uint8_t)i32; in gnss_nmea0183_parse_hhmmss()
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.cortex_m_systick | 44 to wrap sys_clock_cycle_get_32() in about a minute or less.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | gnss.h | 154 uint8_t minute; member
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 84 Suppose we use a 4 bytes state variable that is changed every minute and 99 - ``NS`` as the number of storage requests per minute,
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 48 The minute the image was compiled, such as 34 in 13:34:52
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.hl7800 | 232 Default value is 1 minute.
|
D | simcom-sim7080.c | 1936 target_buf->time.minute = mdm_pdu_read_time(pdu, index++); in mdm_decode_pdu()
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 316 minute. The partition has 4 sectors with 1024 bytes each. 353 ``WR_MIN``: Number of writes of the set of data per minute
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.3.rst | 738 * :github:`25901` - timer: nrf_rtc_timer: Subtraction underflow causing 8 minute time skips
|
D | release-notes-1.14.rst | 2178 * :github:`9043` - New logging subsystem's timestamps wrap a little before the 3-minute mark
|