Searched refs:timer (Results 551 – 575 of 737) sorted by relevance
1...<<21222324252627282930
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uart.c | 756 static void rx_timeout(struct k_timer *timer) in rx_timeout() argument 762 static void tx_timeout(struct k_timer *timer) in tx_timeout() argument
|
/Zephyr-latest/boards/st/nucleo_wba52cg/doc/ |
D | nucleo_wba52cg.rst | 110 - One 16-bit, advanced motor control timer 112 - One 32-bit timer
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 506 * Added RV32M1 timer/PWM driver 538 * Added per-core ARM architected timer driver 539 * Added support for same54 to sam0 rtc timer driver 821 * :github:`22623` - tests/kernel/timer/timer_api failed on mimxrt1050_evk board. 883 * :github:`22268` - timer not working when duration is too high 932 * :github:`21813` - tests/kernel/timer/timer_api failed on frdm_k64f board. 935 * :github:`21790` - tests/kernel/timer/timer_api fails on nucleo_g071rb board 958 * :github:`21674` - [Coverity CID :206392] Side effect in assertion in tests/kernel/timer/starve/sr… 1049 * :github:`21095` - [Coverity CID :206086] Out-of-bounds access in drivers/timer/cortex_m_systick.c 1051 * :github:`21082` - tests/kernel/timer/timer_api failing on several nRF5x SoCs [all …]
|
D | release-notes-2.0.rst | 329 * Added MEC1501 32 KHZ, local APIC timer, and LiteX drivers 330 * Replaced native POSIX system timer driver with tickless support 331 * Removed default selection of SYSTICK timer for ARM platforms 387 * Trickle timer re-init fixes. 668 * :github:`18366` - [Coverity CID :203452]Control flow issues in /drivers/timer/xlnx_psttc_timer.c 669 * :github:`18365` - [Coverity CID :203434]Control flow issues in /drivers/timer/xlnx_psttc_timer.c 759 * :github:`17897` - k_busy_wait not working when using 32KHz timer driver 770 * :github:`17851` - riscv/m2gl025: timer tests broken 831 * :github:`17507` - system timer drivers using the "new" API should not be configured with CONFIG_T… 947 * :github:`16898` - bluetooth stack change affects timer behavior [all …]
|
/Zephyr-latest/kernel/ |
D | Kconfig | 520 Note that timing functions may use a different timer than 521 the default timer for OS timekeeping. 807 A value of 0 completely disables timer support in the kernel. 810 int "System clock's h/w timer frequency" 812 This option specifies the frequency of the hardware timer used for the 820 This option specifies that the kernel has timer support. 857 system timer support. If accuracy is very important then
|
/Zephyr-latest/dts/arm/infineon/cat1b/cyw20829/ |
D | cyw20829.dtsi | 150 compatible = "infineon,cat1-lp-timer";
|
/Zephyr-latest/boards/weact/blackpill_f401cc/doc/ |
D | index.rst | 27 - Up to 11 Timers (six 16-bit, two 32-bit, two watchdog timers and a SysTick timer)
|
/Zephyr-latest/boards/st/nucleo_f412zg/doc/ |
D | index.rst | 46 - SysTick timer
|
/Zephyr-latest/boards/digilent/zybo/doc/ |
D | index.rst | 33 | ARCH TIMER | on-chip | ARM architected timer |
|
/Zephyr-latest/boards/nxp/frdm_rw612/doc/ |
D | index.rst | 57 | OS_TIMER | on-chip | os timer |
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk.dtsi | 281 * timer will be used instead of systick, as allows the core clock to
|
/Zephyr-latest/boards/nxp/mimxrt1040_evk/ |
D | mimxrt1040_evk.dts | 225 * timer will be used instead of systick, as allows the core clock to
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 332 4 for single timer tIFS switching) on first instance 333 * 4 capture/compare registers for second instance, if single tIFS timer
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/doc/ |
D | index.rst | 69 | OS_TIMER | on-chip | os timer | 164 The MIMXRT595 EVK is configured to use the OS Event timer
|
/Zephyr-latest/boards/nxp/mimxrt685_evk/doc/ |
D | index.rst | 65 | OS_TIMER | on-chip | os timer | 199 The MIMXRT685 EVK is configured to use the OS Event timer
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/ |
D | index.rst | 31 | Arm Timer | on-chip | timer | 127 The watchdog driver only supports triggering an interrupt upon timer expiration.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 817 k_work_schedule(&mod->pub->timer, K_MSEC(delay)); in publish_sent() 899 err = k_work_reschedule(&pub->timer, K_MSEC(random)); in pub_delay_schedule() 914 timer); in mod_publish() 1029 k_work_init_delayable(&mod->pub->timer, mod_publish); in mod_init() 1663 k_work_reschedule(&pub->timer, K_NO_WAIT); in bt_mesh_model_publish() 2648 k_work_schedule(&mod->pub->timer, K_MSEC(ms + random)); in commit_mod()
|
/Zephyr-latest/samples/modules/canopennode/objdict/ |
D | objdict.eds | 1097 ParameterName=event timer 1166 ParameterName=event timer 1235 ParameterName=event timer 1304 ParameterName=event timer
|
/Zephyr-latest/boards/weact/blackpill_f401ce/doc/ |
D | index.rst | 27 - Up to 11 Timers (six 16-bit, two 32-bit, two watchdog timers and a SysTick timer)
|
/Zephyr-latest/boards/weact/blackpill_f411ce/doc/ |
D | index.rst | 27 - Up to 11 Timers (six 16-bit, two 32-bit, two watchdog timers and a SysTick timer)
|
/Zephyr-latest/boards/weact/stm32f405_core/doc/ |
D | index.rst | 29 - Up to 17 Timers (twelve 16-bit, two 32-bit, two watchdog timers and a SysTick timer)
|
/Zephyr-latest/boards/st/nucleo_f413zh/doc/ |
D | index.rst | 46 - SysTick timer
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 80 If RTC is used as system timer then LF clock is always on and handling
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/ |
D | mimxrt1064_evk.dts | 327 * timer will be used instead of systick, as allows the core clock to
|
/Zephyr-latest/boards/dragino/lsn50/doc/ |
D | index.rst | 45 - 1x 16-bit ultra-low-power timer
|
1...<<21222324252627282930