Searched refs:calls (Results 51 – 75 of 204) sorted by relevance
123456789
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_l2.rst | 149 management calls will call into the driver, e.g. to send a packet over the 150 radio link or re-configure the driver at runtime. These incoming calls will 154 calls into the L2/MAC layer. Zephyr's IEEE 802.15.4 L1 -> L2 adaptation API 160 the driver calls :c:func:`ieee802154_init` to pass the interface's MAC address
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | Kconfig.defconfig | 54 # calls to find.
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 26 continuously updated in the feed calls.
|
/Zephyr-latest/samples/boards/nordic/nrfx/ |
D | README.rst | 20 This calls the ``button_handler()`` callback and triggers the LED 1 pin OUT task.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 18 with addresses to kernel objects when making API calls, but may never 24 them must go through system calls. In order to perform a system call on 143 * If a supervisor thread calls :c:func:`k_thread_user_mode_enter`, the 167 number of pointers to kernel objects and calls 189 API calls from supervisor mode to set permissions on kernel objects that are
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 300 pointer can then be used in subsequent API calls to 307 API can accommodate I2C API calls without modifications if the controller 311 any calls to I2C API will need to look up the corresponding device 313 cost to any I2C API calls. 319 in subsequent API calls.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs_internal.h | 323 struct bt_tbs_client_call_state calls[CONFIG_BT_TBS_CLIENT_MAX_CALLS]; member
|
/Zephyr-latest/kernel/ |
D | Kconfig.mem_domain | 35 a memory domain's thread membership requires synchronous calls
|
/Zephyr-latest/doc/develop/languages/c/ |
D | newlib.rst | 19 calls to the equivalent Zephyr API calls.
|
/Zephyr-latest/boards/arm/v2m_beetle/doc/ |
D | index.rst | 89 calls a handler directly from the vector table. 113 | 11 | SVC | | system calls, kernel |
|
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/ |
D | README.rst | 13 and then calls pytest in subprocess which runs tests from
|
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/doc/ |
D | index.rst | 57 provides services like SMC (Secure monitor calls) and PSCI (Power state coordination interface).
|
/Zephyr-latest/boards/ti/cc1352p1_launchxl/doc/ |
D | index.rst | 211 system enters standby mode between calls to uart_poll_in(). This is because 218 <code that calls uart_poll_in() and expects input at any point in time>
|
/Zephyr-latest/boards/ti/cc1352r1_launchxl/doc/ |
D | index.rst | 211 system enters standby mode between calls to uart_poll_in(). This is because 218 <code that calls uart_poll_in() and expects input at any point in time>
|
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/doc/ |
D | index.rst | 217 system enters standby mode between calls to uart_poll_in(). This is because 224 <code that calls uart_poll_in() and expects input at any point in time>
|
/Zephyr-latest/boards/arduino/due/doc/ |
D | index.rst | 73 calls a handler directly from the vector table. 97 | 11 | SVC | | system calls, kernel |
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig | 45 This option enables the asynchronous API calls.
|
/Zephyr-latest/boards/ti/cc1352p7_launchpad/doc/ |
D | index.rst | 219 system enters standby mode between calls to uart_poll_in(). This is because 226 <code that calls uart_poll_in() and expects input at any point in time>
|
/Zephyr-latest/boards/arm/mps2/doc/ |
D | mps2_an385.rst | 99 calls a handler directly from the vector table. 123 | 11 | SVC | | system calls, kernel |
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 16 This thread performs kernel initialization, then calls the application's
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 26 calls.
|
/Zephyr-latest/doc/services/debugging/ |
D | thread-analyzer.rst | 10 The analysis is performed on demand when the application calls
|
/Zephyr-latest/doc/services/settings/ |
D | index.rst | 58 the ``h_commit`` calls. This can be advantageous when e.g. a subsystem initializes 59 a service that other ``h_commit`` calls depend on. 233 persists the latest number. When the system restarts, the application calls
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 66 .yaml file contains a ``harness: pytest`` entry, it calls pytest in a separate subprocess. A sample 129 It calls ``wait_for_promt`` method, to not start scenario until DUT is ready. The shell fixture 130 calls ``dut`` fixture, hence has access to all its methods. The ``shell`` fixture adds methods
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 99 # Enable processing of printk calls using log if terminal buffer is used.
|
123456789