Searched refs:tick (Results 26 – 50 of 59) sorted by relevance
123
/Zephyr-latest/samples/boards/arc_secure_services/ |
D | README.rst | 30 so the normal zephyr's kernel tick can work correctly.
|
/Zephyr-latest/dts/arm/ti/ |
D | cc13xx_cc26xx.dtsi | 199 /* The RTC peripheral backs the kernel system clock and tick timer. */
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_test.h | 609 __syscall void sys_clock_tick_set(uint64_t tick);
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | Kconfig | 83 bool "Pre-tick workaround for nRF5340 anomaly 165" 89 Indicates that the pre-tick workaround for the anomaly 165 that affects
|
/Zephyr-latest/samples/subsys/llext/edk/ |
D | README.rst | 128 [ext2]Publishing tick
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr.rst | 127 Note that a tick for a particular group indicates basic support for that group in the code, it is
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 9 :ref:`kernel_timing_uptime` in Zephyr is based on the a tick counter. With 191 The Zephyr tick counter has no concept of leap seconds or standard time
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f4.dtsi | 45 * We are basing on RTC as a wakeup source with 62,5us tick. 47 * works within system tick boundaries (100us by default),
|
/Zephyr-latest/kernel/ |
D | Kconfig | 782 int "System tick frequency (in ticks/second)" 790 "tick" is the internal count in which the kernel does all its internal 792 on tick boundaries to the extent practical, and no fractional ticks 795 The choice of tick rate is configurable by this option. Also the number 796 of cycles per tick should be chosen so that 1 millisecond is exactly 832 larger values (and higher precision tick rates) without fear
|
/Zephyr-latest/boards/amd/kv260_r5/doc/ |
D | index.rst | 42 This board configuration uses a system timer tick frequency of 1000 Hz.
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 248 next system tick interrupt until the corresponding real/host time. 303 **Clock, timer and system tick model** 304 This model provides the system tick timer. By default 305 :kconfig:option:`CONFIG_SYS_CLOCK_TICKS_PER_SEC` configures it to tick every 10ms. 722 System tick, Native_posix timer, :kconfig:option:`CONFIG_NATIVE_POSIX_TIMER`, All
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 58 (and more) data on systems with a high timer tick rate (ideally 10+
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 33 updated on each tick.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.c | 1121 uint32_t radio_tmr_start_tick(uint8_t trx, uint32_t tick) in radio_tmr_start_tick() argument 1126 return radio_tmr_start_hlp(trx, tick, remainder_us); in radio_tmr_start_tick()
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1240 ticker nodes, returning tick to expire. 1250 ticker nodes, returning tick to expire and remainder from a reference 1251 tick. 1259 ticker nodes, returning tick to expire and lazy count from a reference 1260 tick.
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 237 * Zephyr : Requirement met. System tick rate = 100 Hz.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 153 * LLCP main state machine entry/tick'er
|
/Zephyr-latest/modules/lvgl/ |
D | CMakeLists.txt | 266 ${LVGL_DIR}/src/tick/lv_tick.c
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 192 * Added test to verify same tick timeout expiry order
|
D | release-notes-2.3.rst | 340 * Fixed alarm tick count on stm32 1123 * :github:`23617` - kernel: k_cpu_idle/atomic_idle() not tested for tick-less kernel
|
D | release-notes-2.0.rst | 49 * Boosted the default tick rate for tickless kernels to improve the 808 * :github:`17630` - efr32mg_sltb004a tick clock error
|
D | release-notes-2.1.rst | 288 * Fixed clamp tick adjustment in tickless mode in various drivers
|
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 876 extern void z_vrfy_sys_clock_tick_set(uint64_t tick);
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 322 ticks. When these ticks occur a registered test tick function will be called.
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 637 - Configure and enable a system clock, along with a tick source.
|
123