Searched full:lowest (Results 1 – 25 of 182) sorted by relevance
12345678
/Zephyr-Core-3.5.0/lib/os/ |
D | multi_heap.c | 26 int lowest = -1; in sys_multi_heap_add_heap() local 33 lowest = j; in sys_multi_heap_add_heap() 38 mheap->heaps[i] = mheap->heaps[lowest]; in sys_multi_heap_add_heap() 39 mheap->heaps[lowest] = swap; in sys_multi_heap_add_heap()
|
/Zephyr-Core-3.5.0/dts/bindings/clock/ |
D | intel,adsp-shim-clkctl.yaml | 40 adsp-clkctl-freq-lowest: 43 description: Index for the lowest frequency clock.
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | time_units.h | 303 * print " * Truncates to the next lowest output unit.\n"; 336 * Truncates to the next lowest output unit. 351 * Truncates to the next lowest output unit. 426 * Truncates to the next lowest output unit. 441 * Truncates to the next lowest output unit. 516 * Truncates to the next lowest output unit. 531 * Truncates to the next lowest output unit. 606 * Truncates to the next lowest output unit. 621 * Truncates to the next lowest output unit. 696 * Truncates to the next lowest output unit. [all …]
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/interrupt_controller/ |
D | Kconfig.it8xxx2 | 17 this value to the lowest practical value.
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/soc/arm/nxp_imx/rt/ |
D | power_rt10xx.h | 19 * the lowest power mode possible, and disable all possible PLLs.
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/gpio/ |
D | espressif-esp32-gpio.h | 17 * `DFLT` - The lowest drive strength supported by the HW
|
D | nxp-kinetis-gpio.h | 17 * `DFLT` - The lowest drive strength supported by the HW
|
D | ti-cc13xx-cc26xx-gpio.h | 26 * `DFLT` - The lowest drive strength supported by the HW
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/interrupt-controller/ |
D | intel-ioapic.h | 17 * for most device interrupts, lowest priority delivery is preferred
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | FindScaTools.cmake | 6 # be found. It always includes ${ZEPHYR_BASE} at the lowest priority.
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | Kconfig.nrfx | 95 when not used. Disabling UARTE while in idle allows to achieve lowest 166 when not used. Disabling UARTE while in idle allows to achieve lowest 236 when not used. Disabling UARTE while in idle allows to achieve lowest 306 when not used. Disabling UARTE while in idle allows to achieve lowest
|
/Zephyr-Core-3.5.0/cmake/toolchain/cross-compile/ |
D | generic.cmake | 18 # The env var has the lowest precedence.
|
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/cortex_m/ |
D | exc.h | 38 * context-switching) is assigned the lowest IRQ priority level. 55 /* Use lowest possible priority level for PendSV */
|
/Zephyr-Core-3.5.0/drivers/sensor/bmi323/ |
D | Kconfig | 21 which soft-resets the device to achieve the lowest possible power
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/clock/ |
D | imx_ccm.h | 13 * The lowest 8 bits is Instance ID
|
/Zephyr-Core-3.5.0/dts/bindings/bluetooth/ |
D | zephyr,bt-hci-spi.yaml | 35 then needs to be read a second time. The default of 20uS was chosen as the lowest
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 128 * @param addr Address of the node's primary element. If 0, the lowest 136 * than the lowest available address or collide with the allocated addresses. 153 * last element of the deleted node is greater than the lowest available 154 * address, CDB will update the lowest available address. The lowest
|
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/include/ |
D | nsi_hws_models_if.h | 29 * The ordering of events in the same microsecond is given by prio (lowest first).
|
/Zephyr-Core-3.5.0/kernel/ |
D | errno.c | 36 /* Initialized to the lowest address in the stack so the thread can in z_impl_z_errno()
|
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/ |
D | 006_nomination.md | 16 with the lowest [GitHub Permission Level] of Read. For example, Contributors
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | cpu_idle.S | 106 * for interrupt locking), and configuring BASEPRI to the lowest 116 * Set wake-up interrupt priority to the lowest and synchronise to
|
/Zephyr-Core-3.5.0/tests/subsys/debug/coredump/src/ |
D | main.c | 21 * fault as the lowest memory region is writable. SOF uses k_panic in func_3()
|
/Zephyr-Core-3.5.0/boards/arm/nrf9160_innblue22/ |
D | nrf9160_innblue22_partition_conf.dtsi | 42 * - Lowest 64 kB SRAM allocated to Secure image (sram0).
|
12345678