Home
last modified time | relevance | path

Searched full:lowest (Results 1 – 25 of 182) sorted by relevance

12345678

/Zephyr-Core-3.5.0/lib/os/
Dmulti_heap.c26 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/
Dintel,adsp-shim-clkctl.yaml40 adsp-clkctl-freq-lowest:
43 description: Index for the lowest frequency clock.
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dtime_units.h303 * 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/
DKconfig101 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/
DKconfig.it8xxx217 this value to the lowest practical value.
/Zephyr-Core-3.5.0/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-Core-3.5.0/soc/arm/nxp_imx/rt/
Dpower_rt10xx.h19 * the lowest power mode possible, and disable all possible PLLs.
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/gpio/
Despressif-esp32-gpio.h17 * `DFLT` - The lowest drive strength supported by the HW
Dnxp-kinetis-gpio.h17 * `DFLT` - The lowest drive strength supported by the HW
Dti-cc13xx-cc26xx-gpio.h26 * `DFLT` - The lowest drive strength supported by the HW
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/interrupt-controller/
Dintel-ioapic.h17 * for most device interrupts, lowest priority delivery is preferred
/Zephyr-Core-3.5.0/cmake/modules/
DFindScaTools.cmake6 # be found. It always includes ${ZEPHYR_BASE} at the lowest priority.
/Zephyr-Core-3.5.0/drivers/serial/
DKconfig.nrfx95 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/
Dgeneric.cmake18 # The env var has the lowest precedence.
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/cortex_m/
Dexc.h38 * 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/
DKconfig21 which soft-resets the device to achieve the lowest possible power
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/clock/
Dimx_ccm.h13 * The lowest 8 bits is Instance ID
/Zephyr-Core-3.5.0/dts/bindings/bluetooth/
Dzephyr,bt-hci-spi.yaml35 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/
Dcdb.h128 * @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/
Dnsi_hws_models_if.h29 * The ordering of events in the same microsecond is given by prio (lowest first).
/Zephyr-Core-3.5.0/kernel/
Derrno.c36 /* 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/
D006_nomination.md16 with the lowest [GitHub Permission Level] of Read. For example, Contributors
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dcpu_idle.S106 * 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/
Dmain.c21 * fault as the lowest memory region is writable. SOF uses k_panic in func_3()
/Zephyr-Core-3.5.0/boards/arm/nrf9160_innblue22/
Dnrf9160_innblue22_partition_conf.dtsi42 * - Lowest 64 kB SRAM allocated to Secure image (sram0).

12345678