Searched refs:hit (Results 1 – 19 of 19) sorted by relevance
/Zephyr-Core-3.7.0/subsys/logging/ |
D | log_cache.c | 47 cache->hit = 0; in log_cache_init() 57 bool hit = false; in log_cache_get() local 63 cache->hit++; in log_cache_get() 64 hit = true; in log_cache_get() 74 if (hit) { in log_cache_get() 94 return hit; in log_cache_get()
|
D | log_cache.h | 34 uint32_t hit; member 78 return cache->hit; in log_cache_get_hit()
|
/Zephyr-Core-3.7.0/tests/subsys/logging/log_cache/src/ |
D | main.c | 64 uint32_t hit = log_cache_get_hit(cache); in cache_get() local 71 zassert_equal(hit + 1, log_cache_get_hit(cache), "line %u\n", line); in cache_get() 74 zassert_equal(hit, log_cache_get_hit(cache), "line %u\n", line); in cache_get()
|
/Zephyr-Core-3.7.0/samples/drivers/auxdisplay/boards/ |
D | nucleo_f746zg.overlay | 9 compatible = "hit,hd44780";
|
D | esp_wrover_kit.overlay | 17 compatible = "hit,hd44780";
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/ |
D | ps2.rst | 9 The PS/2 connector first hit the market in 1987 on
|
/Zephyr-Core-3.7.0/samples/drivers/uart/echo_bot/ |
D | README.rst | 40 # Type e.g. "Hi there!" and hit enter!
|
/Zephyr-Core-3.7.0/scripts/ci/coverage/ |
D | coverage_analysis.py | 373 hit = 0 379 hit += i_file['Hit'] 384 coverage = (hit/lines)*100
|
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 160 To exit `screen`, hit +Ctrl\\+A+, immediately followed by the +K+ key, 161 then hit the +Y+ key. Then run
|
/Zephyr-Core-3.7.0/arch/x86/core/ |
D | Kconfig.ia32 | 124 Mitigates CVE-2018-3665, but incurs a performance hit.
|
/Zephyr-Core-3.7.0/doc/develop/tools/ |
D | clion.rst | 191 #. When a breakpoint is hit, CLion opens the Debug tool window.
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | README_WINDOWS.rst | 69 registers, but it's possible to hit registers 12 out from WINDOWBASE,
|
D | README_MMU.txt | 157 care, as the CPU will throw an exception ("multi hit") if a memory
|
/Zephyr-Core-3.7.0/soc/cdns/dc233c/include/ |
D | xtensa-dc233c.ld | 142 * TLB multi-hit exception.
|
/Zephyr-Core-3.7.0/boards/ti/cc3220sf_launchxl/doc/ |
D | index.rst | 192 resets the network processor. You would need to manually hit the reset button
|
/Zephyr-Core-3.7.0/boards/ti/cc3235sf_launchxl/doc/ |
D | index.rst | 192 resets the network processor. You would need to manually hit the reset button
|
/Zephyr-Core-3.7.0/boards/intel/adsp/doc/ |
D | chromebooks_adsp.rst | 29 hit the power key to enter recovery mode. Note: the touchscreen and
|
/Zephyr-Core-3.7.0/dts/bindings/ |
D | vendor-prefixes.txt | 284 hit Hitachi Ltd.
|
/Zephyr-Core-3.7.0/doc/services/shell/ |
D | index.rst | 819 must first type a :kbd:`space` after this command and then hit
|