Searched refs:hours (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_output.c | 237 uint32_t hours; in timestamp_print() local 245 hours = seconds / 3600U; in timestamp_print() 246 seconds -= hours * 3600U; in timestamp_print() 274 hours = hours % 24; in timestamp_print() 278 hours, mins, seconds, ms * 1000U + us); in timestamp_print() 292 hours, mins, seconds, ms, us); in timestamp_print()
|
/Zephyr-Core-3.5.0/subsys/shell/modules/ |
D | kernel_service.c | 58 int64_t hours; in cmd_kernel_uptime() local 75 hours = milliseconds / HOURS_FACTOR; in cmd_kernel_uptime() 84 days, hours, minutes, seconds, milliseconds); in cmd_kernel_uptime()
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | net_timeout.rst | 15 32-bit unsigned values. The 32-bit value rolls over at 49 days 17 hours 2 minutes 22 number (``INT32_MAX``), which overflows at 24 days 20 hours 31 minutes 23.648
|
/Zephyr-Core-3.5.0/drivers/rtc/ |
D | Kconfig.pcf8523 | 26 Offset correction is made once per two hours and then correction pulses are applied once
|
/Zephyr-Core-3.5.0/tests/kernel/timer/starve/ |
D | README.txt | 12 minutes, hours, or days to fail, depending on the hardware clock rate
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/ |
D | ots.h | 510 uint8_t hours; member
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 83 set in 10-second increments, up to 182 hours, in addition to the base time of 20 seconds. The wait
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | Kconfig | 800 in Progress, we need to keep track of how many hours has passed 802 the state at least for 96 hours (Update in Progress has an 803 additional upper limit of 144 hours). 807 how many hours the node has been in the state. This doesn't 818 state is saved every 24 hours (96 / 4).
|
/Zephyr-Core-3.5.0/doc/project/ |
D | project_roles.rst | 346 * A minimum review period of 2 business days, 4 hours for trivial changes (see
|
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/ |
D | ots_client.c | 259 p_date_time->hours = net_buf_simple_pull_u8(buf); in date_time_decode()
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.4.rst | 1671 * :github:`23319` - hci interface stopped working after few hours/days
|
D | release-notes-3.3.rst | 3188 * :github:`52632` - MQTT over WebSockets: After hours of running time receiving published messages …
|