Searched refs:timer (Results 451 – 475 of 737) sorted by relevance
1...<<11121314151617181920>>...30
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/ |
D | heltec_wireless_stick_lite_v3_procpu.dts | 111 timer = <0>;
|
/Zephyr-latest/dts/riscv/openisa/ |
D | rv32m1_ri5cy.dtsi | 43 * The system timer (assumed at LPTMR0) is placed on channel 0, and peripherals
|
D | rv32m1.dtsi | 270 lptmr0: timer@40032000 { 275 lptmr1: timer@40033000 { 280 lptmr2: timer@4102b000 {
|
/Zephyr-latest/boards/raspberrypi/rpi_pico/ |
D | rpi_pico-common.dtsi | 124 &timer {
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040.dts | 102 &timer {
|
/Zephyr-latest/subsys/task_wdt/ |
D | Kconfig | 58 kernel timer. This is especially important if the hardware watchdog
|
/Zephyr-latest/dts/arm64/nxp/ |
D | nxp_mimx8mm_a53.dtsi | 53 arch_timer: timer { 54 compatible = "arm,armv8-timer";
|
D | nxp_mimx8mp_a53.dtsi | 47 arch_timer: timer { 48 compatible = "arm,armv8-timer";
|
/Zephyr-latest/subsys/random/ |
D | Kconfig | 52 bool "System timer clock based number generator" 55 This options enables number generator based on system timer
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_cavs25.dtsi | 152 timer: timer { label 153 compatible = "intel,adsp-timer";
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp.c | 676 static int32_t timer_get_remaining_and_stop(struct k_timer *timer) in timer_get_remaining_and_stop() argument 682 timer_value = k_timer_remaining_get(timer); in timer_get_remaining_and_stop() 685 k_timer_stop(timer); in timer_get_remaining_and_stop()
|
/Zephyr-latest/dts/arc/synopsys/ |
D | emsdp.dtsi | 33 compatible = "snps,arc-timer";
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv4.h | 330 struct k_work_delayable timer; member
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | Kconfig | 20 bool "MEC1501 RTOS timer"
|
/Zephyr-latest/boards/renesas/rcar_salvator_x/support/ |
D | openocd.cfg | 63 # resume a5x processor or cmt timer will not run
|
/Zephyr-latest/drivers/counter/ |
D | counter_timer_shell.c | 229 SHELL_CMD_REGISTER(timer, &sub_timer, "Timer commands", NULL);
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing_sensor.h | 118 struct k_timer timer; /**< Timer for non streaming mode */ member
|
/Zephyr-latest/modules/loramac-node/ |
D | CMakeLists.txt | 14 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/system/timer.c
|
/Zephyr-latest/boards/qemu/malta/doc/ |
D | index.rst | 45 Qemu CP0 timer uses a clock frequency of 200 MHz,
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | dns.c | 125 k_work_delayable_remaining_get(&ctx->queries[i].timer)); in print_dns_info()
|
/Zephyr-latest/dts/arm/renesas/rcar/gen3/ |
D | rcar_gen3_cr7.dtsi | 78 cmt0: timer@e60f0500 {
|
/Zephyr-latest/boards/nxp/mimxrt1160_evk/ |
D | mimxrt1160_evk_mimxrt1166_cm7.dts | 100 * timer will be used instead of systick, as allows the core clock to
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.3.rst | 216 * Fixed the behavior of ARC timer driver 550 * Added CAVS DSP wall clock timer driver 733 * :github:`25944` - driver: timer: stm32_lptim: Extra ticks count 738 * :github:`25901` - timer: nrf_rtc_timer: Subtraction underflow causing 8 minute time skips 739 * :github:`25895` - driver: timer: stm32_lptim: backup domain is reset 743 * :github:`25870` - tests/kernel/timer/timer_api fails conversion tests with large offset 748 * :github:`25820` - kernel: k_timer_start(timer, K_FOREVER, K_NO_WAIT) expires immediately 792 * :github:`25698` - IPv6 prefix could be added multiple times to prefix timer list 814 * :github:`25511` - arc em_starterkit_em11d failed in tests/kernel/timer/timer_api 834 * :github:`25390` - driver: timer: arm arch timer PPI configuration to be taken from dt [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | main.c | 430 (void)k_work_cancel_delayable(&mod->pub->timer); in model_suspend() 498 k_work_reschedule(&mod->pub->timer, in model_resume()
|
/Zephyr-latest/doc/connectivity/networking/ |
D | eth_bridge_native_sim_setup.rst | 124 IPv6 retransmit timer : 0 152 IPv6 retransmit timer : 0
|
1...<<11121314151617181920>>...30