Searched refs:lowest (Results 1 – 25 of 73) sorted by relevance
123
| /Zephyr-latest/subsys/net/lib/tls_credentials/ |
| D | tls_credentials.c | 86 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/ |
| D | override.dtsi | 2 * 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/ |
| D | multi_heap.c | 27 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/ |
| D | override.dtsi | 2 * ARM Cortex-M4 lowest priority value of 5, i.e. considering Zephyr reserved 2
|
| /Zephyr-latest/boards/ene/kb1200_evb/support/ |
| D | openocd.cfg | 41 # 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/ |
| D | FindScaTools.cmake | 6 # be found. It always includes ${ZEPHYR_BASE} at the lowest priority.
|
| /Zephyr-latest/soc/renesas/smartbond/da1469x/ |
| D | Kconfig.defconfig | 38 # the device consumes the lowest possible current
|
| /Zephyr-latest/drivers/interrupt_controller/ |
| D | Kconfig.it8xxx2 | 17 this value to the lowest practical value.
|
| /Zephyr-latest/cmake/toolchain/cross-compile/ |
| D | generic.cmake | 18 # The env var has the lowest precedence.
|
| /Zephyr-latest/modules/hal_nordic/nrfs/dvfs/ |
| D | Kconfig | 22 Request lowest oppoint after DVFS initialization.
|
| /Zephyr-latest/doc/kernel/services/threads/ |
| D | system_threads.rst | 21 threads, the main thread uses the lowest configured cooperative thread 37 The idle thread always uses the lowest configured thread priority.
|
| /Zephyr-latest/subsys/net/l2/ppp/ |
| D | Kconfig | 101 When CONFIG_NET_TC_THREAD_COOPERATIVE = y, lowest priority is 102 CONFIG_NUM_COOP_PRIORITIES-1 else lowest priority is
|
| /Zephyr-latest/drivers/sensor/bosch/bmi323/ |
| D | Kconfig | 21 which soft-resets the device to achieve the lowest possible power
|
| /Zephyr-latest/arch/riscv/core/ |
| D | asm_macros.inc | 80 /* lowest common denominator for register availability */
|
| /Zephyr-latest/.github/ISSUE_TEMPLATE/ |
| D | 006_nomination.md | 16 with the lowest [GitHub Permission Level] of Read. For example, Contributors
|
| /Zephyr-latest/tests/benchmarks/wait_queues/ |
| D | README.rst | 14 * Time to remove lowest priority thread from a wait queue
|
| /Zephyr-latest/tests/benchmarks/thread_metric/ |
| D | thread_metric_readme.txt | 32 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, 168 the highest and 16 is the lowest. If successful, TM_SUCCESS
|
| /Zephyr-latest/boards/efinix/titanium_ti60_f225/doc/ |
| D | index.rst | 7 high performance with the lowest possible power on a small physical size. In addition, Efinix offer…
|
| /Zephyr-latest/tests/benchmarks/sched_queues/ |
| D | README.rst | 15 * Time to remove lowest priority thread from a wait queue.
|
| /Zephyr-latest/subsys/logging/ |
| D | Kconfig.filtering | 29 int "Override lowest log level"
|
| /Zephyr-latest/boards/google/dragonclaw/ |
| D | google_dragonclaw.dts | 40 div-r = <7>; /* I2S - lowest possible frequency to save power */
|
| /Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/ |
| D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When
|
| /Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/ |
| D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When
|
| /Zephyr-latest/drivers/clock_control/ |
| D | Kconfig.nrf | 191 Request the lowest operating point after DVFS initialization. 218 expect the clock to be initialized to their lowest frequency, so
|
| /Zephyr-latest/arch/common/ |
| D | CMakeLists.txt | 88 # Exclamation mark is printable character with lowest number in ASCII table.
|
123