Searched refs:calls (Results 101 – 125 of 204) sorted by relevance
123456789
/Zephyr-latest/doc/develop/west/ |
D | without-west.rst | 83 <west-build-flash-debug>`. For example, ``ninja flash`` calls ``west
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | tbs_client_test.c | 268 const struct bt_tbs_client_call *calls) in tbs_client_current_calls_cb() argument
|
/Zephyr-latest/subsys/random/ |
D | Kconfig | 135 Route calls to `sys_csrand_get` through `sys_rand_get` to enable
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 47 for calls like ``recv()`` and ``send()`` to actually process (receive 73 protocols with standard socket calls. See :c:enum:`net_ip_protocol_secure` type
|
D | net_mgmt.rst | 41 To avoid extra cost, all :c:func:`net_mgmt` calls are direct. Though this
|
/Zephyr-latest/boards/arm/v2m_musca_b1/doc/ |
D | index.rst | 109 calls a handler directly from the vector table. 144 | 11 | SVC | | system calls, kernel |
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 259 bool "Allow secure function calls to be preempted" 263 threads performing secure function calls, are allowed to be
|
/Zephyr-latest/doc/kernel/drivers/ |
D | index.rst | 60 High-level calls accessed through device-specific APIs, such as 62 these calls should be blocking. 384 the device is initialized when the application calls :c:func:`device_init`.
|
/Zephyr-latest/doc/services/ |
D | secure_storage.rst | 43 Instead, the PS API directly calls into the Internal Trusted Storage (ITS) API
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 108 To overcome this, between the calls you ought to use
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.pthread | 56 on calls to pthread_create() there is no need to worry about resource
|
/Zephyr-latest/boards/arm/v2m_musca_s1/doc/ |
D | index.rst | 106 calls a handler directly from the vector table. 141 | 11 | SVC | | system calls, kernel |
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 106 and an embedded application that handles the RPC calls themselves, while 289 These simply route this API calls into the ``bs_trace`` bsim API. 315 that is, if the main app is a version for simulation which calls
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig | 152 API calls through the command handler call back layers).
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 97 polls the sockets and calls the user supplied callback directly. 399 module-str = Log level for BSD sockets compatible API calls
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 31 * System calls for privilege elevation 48 * Introduce object validation mechanism: All system calls made from userspace, 313 * :github:`3627` - x86: implement system calls 318 * :github:`3641` - define kernel system calls
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 262 int "Interval between epoll_wait() calls (in simulated microseconds)"
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 133 users are then responsible for ensuring that the function calls do not conflict
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 209 4) When a thread calls k_yield() but doesn't context switch 235 If userspace is enabled, printk() calls are buffered so that we do
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 28 calls. 191 buffer, as the number of calls to claim/finish needs to double for such
|
D | rbtree.rst | 48 argument to be passed to it, and the tree code calls that function for
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 130 Once suspended, a thread cannot be scheduled until another thread calls 182 be reserved to serve as a private kernel stack for handling system calls. 378 each thread calls a specific routine.
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.features | 116 calls, and it is useful for platforms in which those are costly.
|
/Zephyr-latest/boards/arm/mps2/doc/ |
D | mps2_an521.rst | 187 calls a handler directly from the vector table. 222 | 11 | SVC | | system calls, kernel |
|
/Zephyr-latest/soc/silabs/ |
D | Kconfig | 155 Implement PM using direct calls to EMU driver in emlib
|
123456789