Searched refs:millisecond (Results 1 – 19 of 19) sorted by relevance
| /Zephyr-latest/doc/connectivity/networking/api/ |
| D | net_timeout.rst | 13 Zephyr's network infrastructure mostly uses the millisecond-resolution uptime 27 seconds, which corresponds to a 42-bit millisecond count. 55 in some applications, as it does allow a millisecond-resolution calculation of
|
| /Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/ |
| D | main.c | 98 uint16_t millisecond; 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} 118 zassert_equal(hhmmss_samples[i].millisecond, utc.millisecond, in ZTEST() 288 zassert_equal(data.utc.millisecond, 49000, "Incorrectly parsed millisecond"); in ZTEST()
|
| /Zephyr-latest/scripts/coccinelle/ |
| D | ms_timeout.cocci | 18 // ** Handle millisecond timeout as the last parameter 81 // ** Handle millisecond timeout as second from last parameter 139 // ** Handle millisecond timeout as third from last parameter
|
| D | int_ms_to_timeout.cocci | 231 // and replace with the corresponding millisecond duration. 278 msg = "WARNING: replace timeout-valued delay with millisecond duration".format()
|
| /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/drivers/gnss/ |
| D | gnss_emul.c | 371 uint16_t millisecond; in gnss_emul_set_utc() local 376 millisecond = (uint16_t)(data->fix_timestamp_ms % 1000) in gnss_emul_set_utc() 380 data->data.utc.millisecond = millisecond; in gnss_emul_set_utc()
|
| D | gnss_dump.c | 124 ret = snprintk(str, strsize, fmt, utc->hour, utc->minute, utc->millisecond, in gnss_dump_time()
|
| D | gnss_nmea0183.c | 342 utc->millisecond = (uint16_t)i64; in gnss_nmea0183_parse_hhmmss()
|
| /Zephyr-latest/tests/drivers/gnss/gnss_dump/src/ |
| D | main.c | 36 test_data.utc.millisecond = 3; in test_gnss_data()
|
| /Zephyr-latest/drivers/bluetooth/hci/ |
| D | Kconfig | 365 Timeout for waiting HDR Signure. Unit is millisecond. 372 Waiting time after firmware is uploaded. Unit is millisecond. 379 Waiting time after controller baudrate is updated. Unit is millisecond.
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | gnss.h | 158 uint16_t millisecond; member
|
| /Zephyr-latest/doc/kernel/services/timing/ |
| D | clocks.rst | 57 millisecond input value to the next higher number of ticks, returning 268 Subsystems that keep millisecond APIs 283 been able to accept this value to their millisecond API in the past no
|
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
| D | Kconfig | 148 bool "Support millisecond field in datetime commands"
|
| /Zephyr-latest/doc/kernel/ |
| D | timeutil.rst | 13 ``CLOCK_MONOTONIC_RAW``. :c:func:`k_uptime_get()` provides a millisecond
|
| /Zephyr-latest/doc/connectivity/usb/device/ |
| D | usb_device.rst | 193 force :kconfig:option:`CONFIG_CDC_ACM_TX_DELAY_MS` millisecond delay before real
|
| /Zephyr-latest/kernel/ |
| D | Kconfig | 815 of cycles per tick should be chosen so that 1 millisecond is exactly
|
| /Zephyr-latest/subsys/bluetooth/controller/ |
| D | Kconfig.ll_sw_split | 477 the Periodic Advertising Interval shall be 10 millisecond more than
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-2.3.rst | 192 type instead of a 32 bit millisecond count. These can be
|
| D | release-notes-2.5.rst | 68 legacy/deprecated millisecond counts.
|