Home
last modified time | relevance | path

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

123456789

/Zephyr-latest/soc/nordic/common/
Dnrf_sys_event.h10 * @brief Request lowest latency for system events
12 * @details System will be configured for lowest latency after first
14 * configured for lowest latency until matching number of calls to
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials.c86 sec_tag_t lowest = TLS_SEC_TAG_NONE; in credential_next_tag_get() local
88 /* Scan all slots and find lowest sectag greater than iter */ in credential_next_tag_get()
100 /* Find the lowest of such slots */ in credential_next_tag_get()
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/dts/bindings/clock/
Dintel,adsp-shim-clkctl.yaml40 adsp-clkctl-freq-lowest:
43 description: Index for the lowest frequency clock.
Dnordic,nrf-hsfll-global.yaml7 The lowest supported clock frequency is the default
/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/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/tests/drivers/dma/chan_blen_transfer/boards/
Dnucleo_wb09ke.conf1 # Use lowest- and highest-numbered channels to make sure the whole range works
/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/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/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/include/zephyr/sys/
Dtime_units.h315 * print " * Truncates to the next lowest output unit.\n";
349 * Truncates to the next lowest output unit.
365 * Truncates to the next lowest output unit.
445 * Truncates to the next lowest output unit.
461 * Truncates to the next lowest output unit.
541 * Truncates to the next lowest output unit.
557 * Truncates to the next lowest output unit.
637 * Truncates to the next lowest output unit.
653 * Truncates to the next lowest output unit.
733 * Truncates to the next lowest output unit.
[all …]
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_poweroff.c11 * achieves the lowest possible power consumption. Wakeup from this mode
Dsoc_sam4l_poweroff.c11 * achieves the lowest possible power consumption. Wakeup from this mode
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.it8xxx217 this value to the lowest practical value.
/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/modules/hal_nordic/nrfs/dvfs/
DKconfig21 Request lowest oppoint after DVFS initialization.
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/
Dpower.h19 * the lowest power mode possible, and disable all possible PLLs.
/Zephyr-latest/cmake/modules/
DFindScaTools.cmake6 # be found. It always includes ${ZEPHYR_BASE} at the lowest priority.
/Zephyr-latest/soc/renesas/smartbond/da1469x/
DKconfig.defconfig38 # the device consumes the lowest possible current
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/
Dintel-ioapic.h17 * for most device interrupts, lowest priority delivery is preferred
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnxp-kinetis-gpio.h17 * `DFLT` - The lowest drive strength supported by the HW
/Zephyr-latest/arch/arm/core/cortex_m/
Dcpu_idle.c70 * for interrupt locking), and configuring BASEPRI to the lowest in arch_cpu_idle()
80 * Set wake-up interrupt priority to the lowest and synchronize to in arch_cpu_idle()
/Zephyr-latest/cmake/toolchain/cross-compile/
Dgeneric.cmake18 # The env var has the lowest precedence.
/Zephyr-latest/drivers/sensor/bosch/bmi323/
DKconfig21 which soft-resets the device to achieve the lowest possible power

123456789