Searched refs:pcnt (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.6.0/tests/lib/ringbuffer/src/ |
D | concurrent.c | 142 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/ |
D | stack.h | 29 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/ |
D | esp32s3_devkitm.overlay | 9 qdec0 = &pcnt; 23 &pcnt {
|
D | esp32s3_luatos_core.overlay | 9 qdec0 = &pcnt; 23 &pcnt {
|
D | esp32s3_luatos_core_usb.overlay | 9 qdec0 = &pcnt; 23 &pcnt {
|
/Zephyr-Core-3.6.0/subsys/shell/modules/ |
D | kernel_service.c | 102 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/ |
D | thread_analyzer.c | 41 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/ |
D | test_thread_runtime_stats.c | 14 #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/ |
D | esp32s2_common.dtsi | 144 pcnt: pcnt@3f417000 { label 145 compatible = "espressif,esp32-pcnt";
|
/Zephyr-Core-3.6.0/dts/xtensa/espressif/esp32s3/ |
D | esp32s3_common.dtsi | 388 pcnt: pcnt@60017000 { label 389 compatible = "espressif,esp32-pcnt";
|
/Zephyr-Core-3.6.0/dts/xtensa/espressif/esp32/ |
D | esp32_common.dtsi | 198 pcnt: pcnt@3ff57000 { label 199 compatible = "espressif,esp32-pcnt";
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | release-notes-3.2.rst | 1072 * :dtcompatible:`espressif,esp32-pcnt`
|