Home
last modified time | relevance | path

Searched full:immediate (Results 1 – 25 of 107) sorted by relevance

12345

/Zephyr-Core-3.6.0/tests/benchmarks/latency_measure/
DREADME.rst49 …fifo.put.immediate.kernel - Add data to FIFO (no ctx switch) : …
50 …fifo.get.immediate.kernel - Get data from FIFO (no ctx switch) : …
51 …fifo.put.alloc.immediate.kernel - Allocate to add data to FIFO (no ctx switch) : …
52 …fifo.get.free.immediate.kernel - Free when getting data from FIFO (no ctx switch) : …
57 …lifo.put.immediate.kernel - Add data to LIFO (no ctx switch) : …
58 …lifo.get.immediate.kernel - Get data from LIFO (no ctx switch) : …
59 …lifo.put.alloc.immediate.kernel - Allocate to add data to LIFO (no ctx switch) : …
60 …lifo.get.free.immediate.kernel - Free when getting data from LIFO (no ctx switch) : …
65 …events.post.immediate.kernel - Post events (nothing wakes) : …
66 …events.set.immediate.kernel - Set events (nothing wakes) : …
[all …]
/Zephyr-Core-3.6.0/subsys/bluetooth/services/ias/
DKconfig.ias1 # Bluetooth GATT Immediate Alert Service
7 bool "Support for GATT Immediate Alert Service [EXPERIMENTAL]"
31 #### Immediate Alert Service Client ################################
34 bool "Immediate Alert Service Client [Experimental]"
38 This option enables support for Immediate Alert Service Client
Dias.c2 * @brief Immediate Alert Service implementation
134 /* Immediate Alert Service Declaration */
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/
Dtestcase.yaml67 logging.immediate.api:
71 logging.immediate.api.printk:
76 logging.immediate.api.rt_filter:
81 logging.immediate.api.static_filter:
86 logging.immediate.api.64b_timestamp:
115 logging.frontend.immediate:
214 logging.immediate.api.cpp:
219 logging.immediate.api.printk_cpp:
225 logging.immediate.api.rt_filter_cpp:
231 logging.immediate.api.static_filter_cpp:
[all …]
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/services/
Dias.h11 * @brief Immediate Alert Service (IAS)
12 * @defgroup bt_ias Immediate Alert Service (IAS)
38 /** @brief Immediate Alert Service callback structure. */
69 * @brief Register a callback structure for immediate alert events.
96 /** @brief Discover Immediate Alert Service
104 /** @brief Register Immediate Alert Client callbacks
/Zephyr-Core-3.6.0/tests/subsys/logging/log_immediate/
Dtestcase.yaml6 logging.immediate:
16 logging.immediate.clean_output:
/Zephyr-Core-3.6.0/tests/subsys/logging/log_syst/
Dprj.conf12 # Use immediate mode so all messages are being
18 # Need bigger stack for immediate mode
/Zephyr-Core-3.6.0/samples/subsys/logging/syst/
Dprj.conf20 # Use immediate mode so all messages are being
26 # Need bigger stack for immediate mode
Dsample.yaml36 sample.logger.syst.immediate:
66 sample.logger.syst.catalog.immediate:
/Zephyr-Core-3.6.0/tests/subsys/logging/log_switch_format/
Dprj.conf25 # Use immediate mode so all messages are being
31 # Need bigger stack for immediate mode
Dtestcase.yaml28 logging.format.switch.immediate:
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dpoweroff.h28 * perform an immediate power off of the system.
39 * This function will perform an immediate power off of the system. It is the
/Zephyr-Core-3.6.0/dts/bindings/pwm/
Dnxp,imx-pwm.yaml39 - "immediate"
45 "immediate" - buffered-registers get loaded with new values as soon as LDOK bit is set;
/Zephyr-Core-3.6.0/include/zephyr/arch/arm64/
Dmacro.inc23 * macro to support mov of immediate constant to 64 bit register
25 * to three 'movk' depending on the immediate value.
/Zephyr-Core-3.6.0/tests/benchmarks/latency_measure/src/
Dheap_malloc_free.c69 "heap.malloc.immediate"); in heap_malloc_free()
74 "heap.free.immediate"); in heap_malloc_free()
Dmutex_lock_unlock.c98 "mutex.lock.immediate.recursive.%s", in mutex_lock_unlock()
108 "mutex.unlock.immediate.recursive.%s", in mutex_lock_unlock()
Devents.c199 snprintf(tag, sizeof(tag), "events.post.immediate.%s", in event_ops()
212 snprintf(tag, sizeof(tag), "events.set.immediate.%s", in event_ops()
224 snprintf(tag, sizeof(tag), "events.wait.immediate.%s", in event_ops()
236 snprintf(tag, sizeof(tag), "events.wait_all.immediate.%s", in event_ops()
Dlifo.c116 "lifo.put.immediate.%s", in lifo_ops()
128 "lifo.get.immediate.%s", in lifo_ops()
140 "lifo.put.alloc.immediate.%s", in lifo_ops()
151 "lifo.get.free.immediate.%s", in lifo_ops()
/Zephyr-Core-3.6.0/subsys/bluetooth/common/
Ddummy.c50 /* Immediate logging on most backend is not supported
57 BUILD_ASSERT(!IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE), "Immediate logging "
/Zephyr-Core-3.6.0/tests/subsys/logging/log_immediate/src/
Dlog_immediate_test.c9 * @brief Test log immediate
54 * preempted during logging (in immediate mode). Test checks that system does
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/
Dservices.rst16 Immediate Alert Service
/Zephyr-Core-3.6.0/tests/subsys/logging/log_stack/
Dtestcase.yaml21 logging.stack.immediate:
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h65 * Heartbeat received from an immediate neighbor has hop
72 * Heartbeat received from an immediate neighbor has hop
/Zephyr-Core-3.6.0/subsys/logging/backends/
DKconfig.uart28 In immediate logging mode, processed log messages are not buffered and are always
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/
Dbtp_ias.c21 /* Immediate Alert Service */

12345