Home
last modified time | relevance | path

Searched refs:expired (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.5.0/subsys/usb/usb_c/
Dusbc_timer.c41 bool expired = atomic_test_bit(&usbc_timer->flags, TIMER_EXPIRED); in usbc_timer_expired() local
43 if (started & expired) { in usbc_timer_expired()
/Zephyr-Core-3.5.0/tests/drivers/timer/nrf_rtc_timer/src/
Dmain.c493 volatile bool expired; in ZTEST() local
527 expired = false; in ZTEST()
529 tight_rescheduling_handler, (void *)&expired); in ZTEST()
531 while (!expired && in ZTEST()
536 zassert_true(expired, in ZTEST()
/Zephyr-Core-3.5.0/doc/kernel/services/timing/
Dtimers.rst44 * A **status** value that indicates how many times the timer has expired
81 the timer has expired since its status was last read.
88 (indicating that it has expired at least once) or the timer is stopped;
161 if the timer has expired on not.
177 /* timer has expired */
206 /* ensure timer has expired (waiting for expiry, if necessary) */
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dnet_timeout.rst19 timeout is checked may be some time after it should have expired. Handling
/Zephyr-Core-3.5.0/drivers/console/
DKconfig70 bool "Support for UART console input expired mechanism"
76 module doesn't receive any input message exceeds expired timeout, such
/Zephyr-Core-3.5.0/kernel/
Dsched.c507 k_thread_timeslice_fn_t expired, void *data) in k_thread_time_slice_set() argument
511 th->base.slice_expired = expired; in k_thread_time_slice_set()
/Zephyr-Core-3.5.0/doc/project/
Ddev_env_and_tools.rst61 - Changes should not be merged before the minimal time has expired.
/Zephyr-Core-3.5.0/include/zephyr/
Dkernel.h1066 k_thread_timeslice_fn_t expired, void *data);
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/
DKconfig.ll_sw_split511 payload numbers that are expired (will be dropped), if the TX SDU
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.1.rst470 * :github:`21102` - Slack link at https://www.zephyrproject.org/ is expired
Drelease-notes-2.3.rst1418 * :github:`12264` - kernel: poll: outdated check for expired timeout
Drelease-notes-3.1.rst314 when a thread timeslice has expired. The intent is that this will
Drelease-notes-3.3.rst3408 * :github:`51247` - Bluetooth: RPA expired callback inconsistently called