Searched refs:called (Results 126 – 150 of 279) sorted by relevance
12345678910>>...12
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 326 The resource callback may be called multiple times for a single request, hence 377 Websocket resources register an application callback, which is called when a 379 descriptor corresponding to the underlying TCP/TLS connection. Once called,
|
D | net_if.rst | 20 For Ethernet network, a macro called ``ETH_NET_DEVICE_INIT()`` should be used
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 29 … :ref:`connectivity control API <conn_mgr_control_api>` functions can be called on the iface, and … 39 As such, these functions should be called sparingly, due to their relatively high search cost. 306 …onn_api.connect` must eventually lead to an association attempt, even if called immediately after … 308 … connect commands immediately when :c:member:`conn_mgr_conn_api.init` is called, calls to :c:membe…
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig | 112 - SOC_ISR_SW_STACKING: macro guarded by _ASMLANGUAGE called by the 117 - SOC_ISR_SW_UNSTACKING: macro guarded by _ASMLANGUAGE called by the 125 software macros. The structure must be called 'struct arch_esf'.
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 107 a pointer-sized hash called Symbol Link Identifier (SLID), which is
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 18 * :c:macro:`DISK_IOCTL_CTRL_INIT`: Initialize the disk. Must be called before
|
/Zephyr-latest/doc/services/net_buf/ |
D | index.rst | 38 called.
|
/Zephyr-latest/doc/develop/sca/ |
D | eclair.rst | 23 called with a ``-DZEPHYR_SCA_VARIANT=eclair`` parameter.
|
/Zephyr-latest/doc/develop/west/ |
D | extensions.rst | 7 source code. These are called **west extension commands**, or just "extensions" 122 # This gets called when the user runs the command, e.g.:
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 129 It thus needs an architecture-specific implementation, called the 231 :code:`_Swap()` kernel internal symbol. When :code:`_Swap` is called, the 234 what thread to context switch in. :code:`_Swap` is called by the kernel logic 241 flexible enough that :code:`_Swap` can be called when exiting an interrupt 251 * :code:`_interrupt_enter` on x86 after the handler is called. 291 The thread entry point is also not to be called directly, i.e. it should not be 430 This function can be called in a loop within a context that does not care if it 899 * This function is called when GDB sends a ``c`` or ``continue`` command 904 * This function is called when GDB sends a ``si`` or ``stepi`` command
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 7 for this tree is called DTS (for devicetree source), and is defined in the 68 array of what are called *cells*. A cell is just a 32-bit unsigned integer. 256 pair is called a "register block". Values are conventionally written
|
D | bindings-intro.rst | 95 their parent nodes. These are called "child bindings". If a node describes
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 248 "ExternalZephyrProject_Add(${ARGV0} <val> ...) must not be called outside of" 432 # If the application is not due to ExternalZephyrProject_Add() being called, 676 "sysbuild_add_subdirectory(...) called with incorrect number of arguments" 709 # in which `ExternalZephyrProject_Cmake()` will be called.
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.0.rst | 22 longer called by the build system when signing images for MCUboot. 358 :c:func:`bt_bap_unicast_server_register` needs to be called once before using the Unicast Server, 360 time. It does not need to be called again until the new function 361 :c:func:`bt_bap_unicast_server_unregister` has been called.
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 101 # If ZEPHYR_CANDIDATE is set, it means this file was include instead of called via find_package dir…
|
D | ZephyrConfigVersion.cmake | 44 # If ZEPHYR_CANDIDATE is set, it means this file was include instead of called via find_package dir…
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 75 to check if schedule IPI has called or not, for testing
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 87 Heaps using reduced-size chunk headers can accommodate so called
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 27 called.
|
D | smp_transport.rst | 75 frame, here called initial-final; for the description of initial-final
|
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/doc/ |
D | index.rst | 175 so-called backdoor is enabled (via option
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 123 ``twister`` python file as if it were called directly
|
/Zephyr-latest/boards/ti/cc1352p1_launchxl/doc/ |
D | index.rst | 171 so-called backdoor is enabled (via option
|
/Zephyr-latest/boards/ti/cc1352r1_launchxl/doc/ |
D | index.rst | 169 so-called backdoor is enabled (via option
|
/Zephyr-latest/doc/develop/languages/c/ |
D | picolibc.rst | 144 management. These are collected in a dedicated memory partition called
|
12345678910>>...12