Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.5.0/subsys/logging/
Dlog_output.c237 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/
Dkernel_service.c58 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/
Dnet_timeout.rst15 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/
DKconfig.pcf852326 Offset correction is made once per two hours and then correction pulses are applied once
/Zephyr-Core-3.5.0/tests/kernel/timer/starve/
DREADME.txt12 minutes, hours, or days to fail, depending on the hardware clock rate
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h510 uint8_t hours; member
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst83 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/
DKconfig800 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/
Dproject_roles.rst346 * A minimum review period of 2 business days, 4 hours for trivial changes (see
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_client.c259 p_date_time->hours = net_buf_simple_pull_u8(buf); in date_time_decode()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.4.rst1671 * :github:`23319` - hci interface stopped working after few hours/days
Drelease-notes-3.3.rst3188 * :github:`52632` - MQTT over WebSockets: After hours of running time receiving published messages …