Home
last modified time | relevance | path

Searched refs:expires (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/drivers/timer/
Dapic_tsc.c67 uint64_t expires = now + MAX(ticks - 1, 0) * CYC_PER_TICK; in sys_clock_set_timeout() local
69 expires = last_announce + (((expires - last_announce + CYC_PER_TICK - 1) in sys_clock_set_timeout()
80 if (ticks == K_TICKS_FOREVER || expires < last_announce) { in sys_clock_set_timeout()
81 expires = UINT64_MAX; in sys_clock_set_timeout()
84 wrmsr(IA32_TSC_DEADLINE_MSR, expires); in sys_clock_set_timeout()
/Zephyr-Core-3.5.0/doc/kernel/services/timing/
Dtimers.rst25 expires for the first time. This is a ``k_timeout_t`` value that
36 * An **expiry function** that is executed each time the timer expires.
62 When a running timer expires its status is incremented
83 The amount of time remaining before the timer expires can also be read;
154 /* start periodic timer that expires once every second */
169 /* start one shot timer that expires after 200 ms */
200 /* start one shot timer that expires after 500 ms */
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dnet_timeout.rst44 the number of seconds until the timeout expires. This may be used to
/Zephyr-Core-3.5.0/drivers/ethernet/
DKconfig.nxp_s32_netc85 If the timer expires before the threshold is reached, an interrupt is
/Zephyr-Core-3.5.0/tests/kernel/context/
DREADME.txt39 - 1. Count the number of calls to _tick_get_32() before a tick expires.
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/doc/
Dindex.rst173 how Zephyr reboots after the watchdog timeout expires.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst65 message. If the BLOB Transfer Client does not send a message before the transfer timer expires, the
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
DKconfig185 period expires.
192 between notifications. When this time period expires a notification
/Zephyr-Core-3.5.0/boards/posix/doc/
Darch_soc.rst401 When this fake HW timer expires the CPU will be waken with a special
/Zephyr-Core-3.5.0/doc/kernel/services/threads/
Dindex.rst90 will block the calling thread until either the timeout expires, the target
Dworkqueue.rst262 delayable items, but if the queue is plugged and the deadline expires the
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
DKconfig911 PollTimeout timer expires, then the friendship is considered
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.3.rst748 * :github:`25820` - kernel: k_timer_start(timer, K_FOREVER, K_NO_WAIT) expires immediately
Drelease-notes-1.14.rst1145 * :github:`15216` - k_sleep() expires sooner than expected on STM32F4 (Cortex M4)