Home
last modified time | relevance | path

Searched refs:Call (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst71 [Check 1] Call get API for UID 6 which is not set
72 [Check 2] Call get_info API for UID 6 which is not set
73 [Check 3] Call remove API for UID 6 which is not set
74 [Check 4] Call get API for UID 6 which is removed
75 [Check 5] Call get_info API for UID 6 which is removed
76 [Check 6] Call remove API for UID 6 which is removed
78 [Check 7] Call get API for different UID 5
79 [Check 8] Call get_info API for different UID 5
80 [Check 9] Call remove API for different UID 5
83 [Check 1] Call get API for UID 6 which is not set
[all …]
/Zephyr-latest/doc/kernel/timing_functions/
Dindex.rst24 1. Call :c:func:`timing_init` to initialize the timer.
26 2. Call :c:func:`timing_start` to signal the start of gathering of
29 3. Call :c:func:`timing_counter_get` to mark the start of code
32 4. Call :c:func:`timing_counter_get` to mark the end of code
35 5. Call :c:func:`timing_cycles_get` to get the number of timer cycles
38 6. Call :c:func:`timing_cycles_to_ns` with total number of cycles
44 8. Call :c:func:`timing_stop` to signal the end of gathering of
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.tbs1 # Bluetooth Audio - Call control configuration options
57 ##################### Call Control Client #####################
63 This option enables support for the GTBS-oriented Call Control client.
69 This option enables support for the TBS-oriented Call Control client.
157 bool "Support reading Incoming Call Target Bearer URI"
160 This option enables support for reading Incoming Call Target Bearer
184 bool "Support Accept Call"
190 bool "Support Terminate Call"
196 bool "Support Hold Call"
202 bool "Support Retrieve Call"
[all …]
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst43 - Call :c:func:`fcb_append` to get the location where data can be written. If
48 - Call :c:func:`fcb_append_finish` when done. This completes the writing of the
53 - Call :c:func:`fcb_walk` with a pointer to your callback function.
61 - Call :c:func:`fcb_getnext` with 0 in entry offset to get the pointer to
64 - Call :c:func:`fcb_getnext` with pointer to current entry to get the next one.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dccp.rst1 Bluetooth: Call Control Profile Shell
111 …<dbg> bt_tbs_client.current_calls_notify_handler: Call 0x01 is in the dialing state with URI tel:1…
114 …<dbg> bt_tbs_client.current_calls_notify_handler: Call 0x01 is in the alerting state with URI tel:…
117 …<dbg> bt_tbs_client.current_calls_notify_handler: Call 0x01 is in the active state with URI tel:123
125 …<dbg> bt_tbs_client.current_calls_notify_handler: Call 0x01 is in the dialing state with URI tel:1…
128 …<dbg> bt_tbs_client.current_calls_notify_handler: Call 0x01 is in the alerting state with URI tel:…
131 …<dbg> bt_tbs_client.current_calls_notify_handler: Call 0x01 is in the active state with URI tel:123
142 …<dbg> bt_tbs_client.current_calls_notify_handler: Call 0x05 is in the incoming state with URI tel:…
145 <dbg> bt_tbs_client.current_calls_notify_handler: Call 0x05 is in the active state with URI tel
/Zephyr-latest/scripts/pylint/checkers/
Dargparse-checker.py29 def visit_call(self, node: nodes.Call) -> None: argument
/Zephyr-latest/samples/bluetooth/tmap_central/
DREADME.rst5 Implement the TMAP Call Gateway (CG) and Unicast Media Sender (UMS) roles.
/Zephyr-latest/samples/bluetooth/tmap_peripheral/
DREADME.rst5 Implement the TMAP Call Terminal (CT) and Unicast Media Receiver (UMR) roles.
/Zephyr-latest/arch/posix/
DLinux.aarch64.cmake7 # @Intent: Call a script to get userspace wordsize for comparison with CONFIG_64BIT
/Zephyr-latest/doc/hardware/cache/
Dguide.rst56 * Call :c:func:`sys_cache_data_disable()` to globally disable the data cache.
168 * Call :c:func:`sys_cache_data_flush_range()` to flush a memory region.
170 * Call :c:func:`sys_cache_data_invd_range()` to invalidate a memory region.
172 * Call :c:func:`sys_cache_data_flush_and_invd_range()` to flush and invalidate.
/Zephyr-latest/drivers/input/
DKconfig.kbd_matrix56 Call an application specific hook after the driver specific
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst416 | | Call Control Server | Call Control Client |
499 | CCP Call Control Server | | O | |
501 | CCP Call Control Client | O | | C.6 |
611 …| CCP Call Control Client | O | | …
613 …| CCP Call Control Server | | O | …
630 * C.5 If CCP Call Control Server is supported
653 …| | Call Gateway | Call Terminal | Unicast Media Sender | Unicas…
679 …| CCP Call Control Server | M | | | …
722 …| CCP | Call Control Server | 1.0 | 3.0 | - Feature complete | - …
726 …| | Call Control Client | 1.0 | 3.0 | - Feature complete | - …
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt_sn.rst92 * Call the :c:func:`mqtt_sn_add_gw` function to manually define a Gateway address.
94 * Call the :c:func:`mqtt_sn_search` function and wait for an :c:enumerator:`MQTT_SN_EVT_GWINFO` cal…
107 connect to the gateway. Call the :c:func:`mqtt_sn_connect` function, which will send a
Dmqtt.rst95 Call the ``mqtt_connect`` function, which will create the appropriate socket,
/Zephyr-latest/samples/subsys/llext/modules/
DREADME.rst5 Call a function in a loadable extension module,
/Zephyr-latest/boards/qemu/cortex_m0/doc/
Dindex.rst105 3. Procedure Call Standard for the ARM Architecture (ARM IHI 0042E, current
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig111 int "Call outgoing timeout value for HFP AG [EXPERIMENTAL]"
129 int "Call alerting/ringing timeout value for HFP AG [EXPERIMENTAL]"
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst76 :ref:`System Call <syscalls>` is needed as part of the implementation, the declaration and the
/Zephyr-latest/doc/hardware/peripherals/
Dmspi.rst65 #. Call :c:func:`mspi_dev_config` with device specific hardware settings obtained
79 #. Call API for additional setups if supported by hardware
/Zephyr-latest/boards/qemu/cortex_m3/doc/
Dindex.rst119 3. Procedure Call Standard for the ARM Architecture (ARM IHI 0042E, current
/Zephyr-latest/arch/arm64/core/
DKconfig85 Include support for the Secure Monitor Call (SMC) and Hypervisor
86 Call (HVC) instructions on Armv7 and above architectures.
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt44 Call network event handlers when the event is emitted.
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst49 call_fn :Call extension function with prototype void fn(void). Syntax:
/Zephyr-latest/samples/modules/chre/
DREADME.rst50 #. Call the ``nanoappEnd`` function of the nanoapp
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst94 Call Twister multiple times in one test?

12