/Zephyr-Core-3.5.0/tests/posix/pthread_pressure/src/ |
D | main.c | 39 static uint64_t counters[NUM_THREADS]; variable 46 printk("Thread %d created and joined %llu times (%llu joins/s)\n", i, counters[i], in print_stats() 47 (counters[i] - prev_counters[i]) / UPDATE_INTERVAL_S); in print_stats() 48 prev_counters[i] = counters[i]; in print_stats() 72 zassert_ok(ret, "%s_create(%d)[%zu] failed: %d", tag, i, counters[i], ret); in test_create_join_common() 87 counters[i], ret); in test_create_join_common() 92 ++counters[i]; in test_create_join_common() 103 counters[i], ret); in test_create_join_common() 118 zassert_true(counters[i] > 0, "%s %d was never scheduled", in test_create_join_common() 227 counters[i] = 0; in before()
|
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/neorv32/ |
D | reset.S | 28 /* Allow mcycle and minstret counters to increment */ 32 /* Zerorize counters */
|
/Zephyr-Core-3.5.0/dts/bindings/counter/ |
D | st,stm32-counter.yaml | 4 description: STM32 counters
|
D | infineon,cat1-counter.yaml | 6 description: Infineon counters
|
/Zephyr-Core-3.5.0/subsys/testsuite/coverage/ |
D | coverage.h | 70 /**Information about counters for a single function 87 * idiom. The number of counters is determined from the merge pointer 97 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
|
/Zephyr-Core-3.5.0/boards/arm/stm32h7b3i_dk/support/ |
D | openocd.cfg | 11 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/ |
D | soc_dbg.h | 16 * the Core is halted, various modules’ clocks, counters are stopped and
|
/Zephyr-Core-3.5.0/soc/arm/arm/mps3/ |
D | soc.h | 21 #define __PMU_NUM_EVENTCNT 8U /* PMU Event Counters */
|
/Zephyr-Core-3.5.0/boards/arm/b_u585i_iot02a/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_u575zi_q/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_u5a5zj_q/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.5.0/subsys/stats/ |
D | Kconfig | 8 Enable per-module event counters for troubleshooting, maintenance,
|
/Zephyr-Core-3.5.0/drivers/counter/ |
D | counter_mchp_xec.c | 13 * This is the driver for the 16/32-bit counters on the Microchip SoCs. 16 * - The counters are running in down counting mode. 19 * - These are not free running counters where there are separate 22 * when the counters reach zero.
|
/Zephyr-Core-3.5.0/tests/kernel/common/src/ |
D | boot_delay.c | 22 /* Systems with very fast counters (like the x86 TSC) in ZTEST()
|
/Zephyr-Core-3.5.0/tests/subsys/pm/power_mgmt_soc/src/ |
D | power_mgmt.h | 38 * on the board. Also serves to initialize the counters.
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | rtc.rst | 23 It should not be confused with low-power counters which sometimes share 41 The disadvantages of this approach were that hardware counters could
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | nxp,mcux-qdec.yaml | 46 difference counters to operate with count rates up to the IPBus
|
/Zephyr-Core-3.5.0/subsys/usb/usb_c/ |
D | usbc_prl.h | 57 /* Counters */ 59 /** message id counters for all 6 port partners */
|
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/common/reg/ |
D | mec_pwm.h | 28 * Enable and start PWM. Clearing this bit resets internal counters.
|
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/mec172x/ |
D | device_power.h | 39 * timers, counters, UART, etc. We save the enables for these
|
/Zephyr-Core-3.5.0/boards/arm/stm32g081b_eval/ |
D | stm32g081b_eval.dts | 166 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is 197 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | mcumgr.rst | 427 consists basically of user-defined counters which are tightly connected to 437 variables (or counters), all with the same size (16, 32 or 64 bits). 454 The statistics counters can either have names or not, depending on the setting 485 Let's suppose we want to increment those counters by ``1``, ``2`` and ``3`` 492 To get the current value of the counters in ``my_stats``::
|
/Zephyr-Core-3.5.0/drivers/pwm/ |
D | pwm_mcux_pwt.c | 155 /* Calculate sum of overflow counters */ in mcux_pwt_calc_period() 160 /* Calculate cycles from sum of overflow counters */ in mcux_pwt_calc_period()
|
/Zephyr-Core-3.5.0/drivers/dma/ |
D | dma_pl330.h | 47 /* Maximum possible values for PL330 ucode loop counters */
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 46 Intervals, timers and retransmission counters 78 behavior, such as intervals, timers and retransmission counters, over a mesh network using SAR argument 129 Four counters are related to SAR behavior:
|