Searched full:pointing (Results 1 – 25 of 59) sorted by relevance
123
/Zephyr-Core-3.5.0/tests/arch/arm/arm_sw_vector_relay/src/ |
D | arm_sw_vector_relay.c | 33 "vector relay table not pointing to the relay handler: 0x%x, 0x%x\n", in ZTEST() 59 "VTOR not pointing to the real vector table\n"); in ZTEST() 65 "vector table pointer not pointing to vector start, 0x%x, 0x%x\n", in ZTEST()
|
/Zephyr-Core-3.5.0/cmake/ |
D | target_toolchain_flags.cmake | 9 # multiple symlinks pointing to same executable will generate different 10 # signatures, as example: clang, gcc, arm-zephyr-eabi-gcc, links pointing to
|
/Zephyr-Core-3.5.0/drivers/ps2/ |
D | Kconfig.npcx | 14 PS/2-compatible pointing device.The driver also depends on the KBC
|
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/ |
D | vectors.S | 34 j _isr_wrapper /* 32 identical entries, all pointing to the interrupt handler */
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | tls.c | 17 * then a pointer pointing to itself. The address to in arch_tls_stack_setup()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_adv.h | 86 /* contains the offset in ticks from the adv_sync pointing to this ISO */ 121 /* contains the offset in us from adv_aux pointing to this sync */
|
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 34 in the main tree or as a module (pointing to your own fork for now). Make sure
|
/Zephyr-Core-3.5.0/drivers/display/ |
D | Kconfig.mcux_elcdif | 41 have a "nxp,pxp" devicetree property pointing to the PXP device node.
|
/Zephyr-Core-3.5.0/tests/bluetooth/df/connection_cte_req/src/ |
D | test_cte_set_rx_params.c | 141 "pointing NULL"); in ZTEST() 216 "antenna ids pointing NULL"); in ZTEST()
|
/Zephyr-Core-3.5.0/arch/x86/core/ia32/ |
D | excstub.S | 131 /* ESP is pointing to the ESF at this point */ 162 /* ESP is still pointing to the ESF at this point */
|
/Zephyr-Core-3.5.0/soc/arm/st_stm32/stm32f0/ |
D | soc.c | 30 * vector table to SRAM to be able to replace the vectors pointing to the
|
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/ |
D | README.rst | 23 #. Request to write to the characteristic by pressing on the upward pointing
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | atmel-xplained-pro-header.yaml | 21 * EXT3 is right angled pointing downwards
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 34 Add to your environment the variable EDTT_PATH pointing to the
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | udp.h | 72 * was pointing directly to net_pkt.
|
D | tftp.h | 127 /** Socket address pointing to the remote TFTP server */
|
/Zephyr-Core-3.5.0/doc/services/input/ |
D | index.rst | 65 input device and pointing the ``zephyr,keyboard-scan`` chosen node to the
|
/Zephyr-Core-3.5.0/subsys/tracing/include/ |
D | tracing_buffer.h | 78 * @param data Pointer to the address. It's set to a location pointing to
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/ |
D | boot.c | 30 * While on existing systems, we start running with a VECBASE pointing
|
/Zephyr-Core-3.5.0/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 14 # `Zephyr_DIR-NOTFOUND` or pointing to the Zephyr package including the
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | reset.S | 45 * main stack pointer (MSP) should be already pointing to a valid area in SRAM.
|
/Zephyr-Core-3.5.0/tests/bluetooth/df/connection_cte_tx_params/src/ |
D | test_set_conn_cte_tx_params.c | 158 "pointing NULL"); in ZTEST()
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | menuconfig.py | 257 # Number of arrows pointing up/down to draw when a window is scrolled 404 # Obscure Python: We never pass a value for rgb2index, and it keeps pointing to 636 # pointing to the same dict. This avoids a global. 1005 # Separator below menu path, with title and arrows pointing up 1012 # Row below menu list, with arrows pointing down 1348 # Draw arrows pointing up if the symbol window is scrolled down. Draw them 1394 # Draw arrows pointing down if the symbol window is scrolled up 2038 # Bottom separator, with arrows pointing down 2210 # Obscure Python: We never pass a value for cached_nodes, and it keeps pointing 2333 # Draw arrows pointing down if the symbol list is scrolled up [all …]
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/ |
D | thread.c | 267 * must be pointing inside or below the guard area. 270 * if the current PSP is pointing below the start of the current
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | boards.cmake | 43 # - ZEPHYR_BOARD_ALIASES: Environment setting pointing to a CMake file
|
123