Home
last modified time | relevance | path

Searched refs:pcnt (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.6.0/tests/lib/ringbuffer/src/
Dconcurrent.c142 static uint32_t pcnt; in produce_item() local
146 pcnt = 0; in produce_item()
149 err = ring_buf_item_put(&ringbuf, (uint16_t)pcnt, VALUE, buf, 2); in produce_item()
151 pcnt++; in produce_item()
160 static uint32_t pcnt; in consume_item() local
167 pcnt = 0; in consume_item()
173 zassert_equal(type, (uint16_t)pcnt); in consume_item()
174 pcnt++; in consume_item()
/Zephyr-Core-3.6.0/include/zephyr/debug/
Dstack.h29 unsigned int pcnt = ((size - unused) * 100U) / size; in log_stack_usage() local
39 pcnt); in log_stack_usage()
/Zephyr-Core-3.6.0/samples/sensor/qdec/boards/
Desp32s3_devkitm.overlay9 qdec0 = &pcnt;
23 &pcnt {
Desp32s3_luatos_core.overlay9 qdec0 = &pcnt;
23 &pcnt {
Desp32s3_luatos_core_usb.overlay9 qdec0 = &pcnt;
23 &pcnt {
/Zephyr-Core-3.6.0/subsys/shell/modules/
Dkernel_service.c102 unsigned int pcnt; in shell_tdata_dump() local
141 pcnt = (rt_stats_thread.execution_cycles * 100U) / in shell_tdata_dump()
153 pcnt); in shell_tdata_dump()
179 pcnt = ((size - unused) * 100U) / size; in shell_tdata_dump()
183 size, unused, size - unused, size, pcnt); in shell_tdata_dump()
209 unsigned int pcnt; in shell_stack_dump() local
226 pcnt = ((size - unused) * 100U) / size; in shell_stack_dump()
231 thread, tname ? tname : "NA", size, unused, size - unused, size, pcnt); in shell_stack_dump()
/Zephyr-Core-3.6.0/subsys/debug/
Dthread_analyzer.c41 size_t pcnt = (info->stack_used * 100U) / info->stack_size; in thread_print_cb() local
48 info->stack_size, pcnt, in thread_print_cb()
70 info->stack_size, pcnt); in thread_print_cb()
/Zephyr-Core-3.6.0/tests/kernel/usage/thread_runtime_stats/src/
Dtest_thread_runtime_stats.c14 #define TEST_WITHIN_X_PERCENT(val1, val2, pcnt) \ argument
15 ((((val1) * 100) < ((val2) * (100 + (pcnt)))) && \
16 (((val1) * 100) > ((val2) * (100 - (pcnt))))) ? true : false
/Zephyr-Core-3.6.0/dts/xtensa/espressif/esp32s2/
Desp32s2_common.dtsi144 pcnt: pcnt@3f417000 { label
145 compatible = "espressif,esp32-pcnt";
/Zephyr-Core-3.6.0/dts/xtensa/espressif/esp32s3/
Desp32s3_common.dtsi388 pcnt: pcnt@60017000 { label
389 compatible = "espressif,esp32-pcnt";
/Zephyr-Core-3.6.0/dts/xtensa/espressif/esp32/
Desp32_common.dtsi198 pcnt: pcnt@3ff57000 { label
199 compatible = "espressif,esp32-pcnt";
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.2.rst1072 * :dtcompatible:`espressif,esp32-pcnt`