Searched full:immediate (Results 1 – 25 of 107) sorted by relevance
12345
/Zephyr-Core-3.6.0/tests/benchmarks/latency_measure/ |
D | README.rst | 49 …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/ |
D | Kconfig.ias | 1 # 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
|
D | ias.c | 2 * @brief Immediate Alert Service implementation 134 /* Immediate Alert Service Declaration */
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/ |
D | testcase.yaml | 67 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/ |
D | ias.h | 11 * @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/ |
D | testcase.yaml | 6 logging.immediate: 16 logging.immediate.clean_output:
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_syst/ |
D | prj.conf | 12 # Use immediate mode so all messages are being 18 # Need bigger stack for immediate mode
|
/Zephyr-Core-3.6.0/samples/subsys/logging/syst/ |
D | prj.conf | 20 # Use immediate mode so all messages are being 26 # Need bigger stack for immediate mode
|
D | sample.yaml | 36 sample.logger.syst.immediate: 66 sample.logger.syst.catalog.immediate:
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_switch_format/ |
D | prj.conf | 25 # Use immediate mode so all messages are being 31 # Need bigger stack for immediate mode
|
D | testcase.yaml | 28 logging.format.switch.immediate:
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | poweroff.h | 28 * 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/ |
D | nxp,imx-pwm.yaml | 39 - "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/ |
D | macro.inc | 23 * 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/ |
D | heap_malloc_free.c | 69 "heap.malloc.immediate"); in heap_malloc_free() 74 "heap.free.immediate"); in heap_malloc_free()
|
D | mutex_lock_unlock.c | 98 "mutex.lock.immediate.recursive.%s", in mutex_lock_unlock() 108 "mutex.unlock.immediate.recursive.%s", in mutex_lock_unlock()
|
D | events.c | 199 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()
|
D | lifo.c | 116 "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/ |
D | dummy.c | 50 /* 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/ |
D | log_immediate_test.c | 9 * @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/ |
D | services.rst | 16 Immediate Alert Service
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_stack/ |
D | testcase.yaml | 21 logging.stack.immediate:
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/ |
D | heartbeat.h | 65 * 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/ |
D | Kconfig.uart | 28 In immediate logging mode, processed log messages are not buffered and are always
|
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/ |
D | btp_ias.c | 21 /* Immediate Alert Service */
|
12345