/Zephyr-latest/soc/nordic/common/ |
D | nrf_sys_event.h | 10 * @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/ |
D | tls_credentials.c | 86 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/ |
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/dts/bindings/clock/ |
D | intel,adsp-shim-clkctl.yaml | 40 adsp-clkctl-freq-lowest: 43 description: Index for the lowest frequency clock.
|
D | nordic,nrf-hsfll-global.yaml | 7 The lowest supported clock frequency is the default
|
/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/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/tests/drivers/dma/chan_blen_transfer/boards/ |
D | nucleo_wb09ke.conf | 1 # Use lowest- and highest-numbered channels to make sure the whole range works
|
/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/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/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, 147 the highest and 16 is the lowest. If successful, TM_SUCCESS
|
/Zephyr-latest/include/zephyr/sys/ |
D | time_units.h | 315 * 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/ |
D | soc_poweroff.c | 11 * achieves the lowest possible power consumption. Wakeup from this mode
|
D | soc_sam4l_poweroff.c | 11 * achieves the lowest possible power consumption. Wakeup from this mode
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.it8xxx2 | 17 this value to the lowest practical value.
|
/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/modules/hal_nordic/nrfs/dvfs/ |
D | Kconfig | 21 Request lowest oppoint after DVFS initialization.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | power.h | 19 * the lowest power mode possible, and disable all possible PLLs.
|
/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/include/zephyr/dt-bindings/interrupt-controller/ |
D | intel-ioapic.h | 17 * for most device interrupts, lowest priority delivery is preferred
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | nxp-kinetis-gpio.h | 17 * `DFLT` - The lowest drive strength supported by the HW
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | cpu_idle.c | 70 * 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/ |
D | generic.cmake | 18 # The env var has the lowest precedence.
|
/Zephyr-latest/drivers/sensor/bosch/bmi323/ |
D | Kconfig | 21 which soft-resets the device to achieve the lowest possible power
|