Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials.c86 sec_tag_t lowest = TLS_SEC_TAG_NONE; in credential_next_tag_get() local
101 if (lowest == TLS_SEC_TAG_NONE || credentials[i].tag < lowest) { in credential_next_tag_get()
102 lowest = credentials[i].tag; in credential_next_tag_get()
106 return lowest; in credential_next_tag_get()
/Zephyr-latest/samples/bluetooth/hci_uart/dts/arm/nordic/
Doverride.dtsi2 * ARM Cortex-M4 lowest priority value of 5, i.e. considering Zephyr reserved 2
4 * ARM Cortex-M0 lowest priority value of 3, i.e. we use it as Zephyr has no
/Zephyr-latest/lib/heap/
Dmulti_heap.c27 int lowest = -1; in sys_multi_heap_add_heap() local
34 lowest = j; in sys_multi_heap_add_heap()
39 mheap->heaps[i] = mheap->heaps[lowest]; in sys_multi_heap_add_heap()
40 mheap->heaps[lowest] = swap; in sys_multi_heap_add_heap()
/Zephyr-latest/samples/bluetooth/hci_ipc/dts/arm/nordic/
Doverride.dtsi2 * ARM Cortex-M4 lowest priority value of 5, i.e. considering Zephyr reserved 2
/Zephyr-latest/boards/ene/kb1200_evb/support/
Dopenocd.cfg41 # For safety purposes, set for the lowest cpu clock configuration
45 # For safety purposes, set for the lowest cpu clock configuration
/Zephyr-latest/cmake/modules/
DFindScaTools.cmake6 # be found. It always includes ${ZEPHYR_BASE} at the lowest priority.
Darch_v1.cmake34 # found. It always includes ${ZEPHYR_BASE} at the lowest priority (except for unittesting).
Dsoc_v1.cmake34 # found. It always includes ${ZEPHYR_BASE}/soc at the lowest priority.
/Zephyr-latest/soc/renesas/smartbond/da1469x/
DKconfig.defconfig38 # the device consumes the lowest possible current
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.it8xxx217 this value to the lowest practical value.
/Zephyr-latest/cmake/toolchain/cross-compile/
Dgeneric.cmake18 # The env var has the lowest precedence.
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
DKconfig21 Request lowest oppoint after DVFS initialization.
/Zephyr-latest/subsys/net/l2/ppp/
DKconfig101 When CONFIG_NET_TC_THREAD_COOPERATIVE = y, lowest priority is
102 CONFIG_NUM_COOP_PRIORITIES-1 else lowest priority is
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst21 threads, the main thread uses the lowest configured cooperative thread
37 The idle thread always uses the lowest configured thread priority.
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt32 In this test, all threads except the lowest priority thread are
33 left in a suspended state. The lowest priority thread will resume
38 lowest priority thread, which is still in the middle of the thread
39 resume call. Once processing returns to the lowest priority thread,
147 the highest and 16 is the lowest. If successful, TM_SUCCESS
/Zephyr-latest/drivers/sensor/bosch/bmi323/
DKconfig21 which soft-resets the device to achieve the lowest possible power
/Zephyr-latest/arch/riscv/core/
Dasm_macros.inc80 /* lowest common denominator for register availability */
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D006_nomination.md16 with the lowest [GitHub Permission Level] of Read. For example, Contributors
/Zephyr-latest/tests/benchmarks/wait_queues/
DREADME.rst14 * Time to remove lowest priority thread from a wait queue
/Zephyr-latest/boards/efinix/titanium_ti60_f225/doc/
Dindex.rst7 high performance with the lowest possible power on a small physical size. In addition, Efinix offer…
/Zephyr-latest/tests/benchmarks/sched_queues/
DREADME.rst15 * Time to remove lowest priority thread from a wait queue.
/Zephyr-latest/subsys/logging/
DKconfig.filtering29 int "Override lowest log level"
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When
/Zephyr-latest/boards/google/dragonclaw/
Dgoogle_dragonclaw.dts40 div-r = <7>; /* I2S - lowest possible frequency to save power */

123