Searched full:expiration (Results 1 – 25 of 59) sorted by relevance
123
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.shell | 38 bool "Shell input expiration" 46 int "Shell input expiration timeout"
|
/Zephyr-latest/lib/libc/minimal/include/sys/ |
D | timespec.h | 14 struct timespec it_value; /* Timer expiration */
|
/Zephyr-latest/lib/libc/arcmwdt/include/sys/ |
D | timespec.h | 14 struct timespec it_value; /* Timer expiration */
|
/Zephyr-latest/lib/libc/armstdc/include/sys/ |
D | timespec.h | 16 struct timespec it_value; /* Timer expiration */
|
/Zephyr-latest/include/zephyr/data/ |
D | jwt.h | 78 * - Expiration Time 85 * @param exp Expiration Time (epoch format).
|
/Zephyr-latest/kernel/ |
D | timer.c | 23 * @brief Handle expiration of a kernel timer object. 34 * from the timeout list, then its expiration handler is called (with in z_timer_expiration_handler() 35 * unlocked interrupts). For kernel timers, the expiration handler is in z_timer_expiration_handler() 43 * was restarted, its expiration handler should not be executed then, in z_timer_expiration_handler() 68 * the next expiration as a regular stride from where in z_timer_expiration_handler()
|
D | nothread.c | 43 /* ticks is absolute timeout expiration */ in z_impl_k_sleep()
|
D | timeslicing.c | 60 /* We need an IPI if we just handled a timeslice expiration in slice_timeout()
|
/Zephyr-latest/soc/nxp/mcx/mcxc/ |
D | Kconfig | 47 the SOC requires watchdog configuration before initial expiration
|
/Zephyr-latest/dts/bindings/timer/ |
D | st,stm32-lptim.yaml | 52 Gives the LPTIM an exact counting value (s) for timeout expiration.
|
/Zephyr-latest/lib/posix/options/ |
D | timer.c | 200 * @brief Get amount of time left for expiration on a per-process timer. 234 * @brief Sets expiration time of per-process timer. 295 * @brief Returns the timer expiration overrun count.
|
/Zephyr-latest/soc/microchip/mec/common/reg/ |
D | mec_wdt.h | 33 * WDT mode selecting action taken upon count expiration.
|
/Zephyr-latest/include/zephyr/ |
D | sys_clock.h | 140 /* Converts between absolute timeout expiration values (packed into 143 * value was an absolute timeout with the returned expiration time. 230 * Returns a timepoint corresponding to the expiration (relative to an
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig | 43 zero latency interrupts (ZLI) then expiration callback can be called from
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig | 51 all) until the specified expiration.
|
D | cc13xx_cc26xx_rtc_timer.c | 172 /* else, interrupt on first period expiration */ in startDevice()
|
D | mtk_adsp_timer.c | 99 /* Compute desired expiration time */ in sys_clock_set_timeout()
|
/Zephyr-latest/include/zephyr/posix/ |
D | time.h | 39 struct timespec it_value; /* Timer expiration */
|
/Zephyr-latest/tests/kernel/timer/timer_api/src/ |
D | main.c | 343 /* Wait for the next expiration of an OS timer tick, to synchronize 362 * between each timer expiry to check for the timer expiration period 385 /* clear the expiration that would have happened due to in ZTEST_USER() 666 * Validate countdown of time to expiration 669 * remaining time to expiration and stops the timer. The remaining time 757 /* Now set the timeout and make sure the expiration time is in ZTEST_USER()
|
/Zephyr-latest/soc/nxp/kinetis/ |
D | Kconfig | 146 the SOC requires watchdog configuration before initial expiration
|
/Zephyr-latest/tests/kernel/sleep/ |
D | README.txt | 40 Testing normal expiration of k_sleep()
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | timers.rst | 9 or it can simply record the expiration and wait for the application 32 after a single expiration. (For example then, if a timer is started
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.c | 56 * be forced at next expiration 66 uint32_t ticks_to_expire; /* Ticks until expiration */ 409 /* Next ticker expiration is outside the checked slot */ in ticker_by_slot_get() 438 * id and accumulated ticks until expiration. 635 * with an existing node or the expiration is inside the previous slot, 732 * until expiration for dequeued ticker node. 737 * @return Total ticks until expiration for dequeued ticker node, or 0 if 1035 * @brief Get expiration delta from one ticker id to another ticker id 1037 * @details Helper function to get expiration info between two tickers 1184 * @details If a ticker moves this function should be called to mark all expiration [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | hwinfo.h | 48 /** Watchdog timer expiration */
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 235 waiting for the random delay expiration. 244 message, it will send messages with delay close to expiration to free memory.
|
123