Home
last modified time | relevance | path

Searched full:dedicated (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/Zephyr-latest/doc/hardware/peripherals/sensor/
Dfetch_and_get.rst52 (:ref:`workqueues_v2`) or a dedicated thread. A great example can be found in
56 :kconfig:option:`CONFIG_BMI160_TRIGGER_OWN_THREAD` (dedicated thread).
58 Some notable attributes of using a driver dedicated thread vs the system work
61 * Driver dedicated threads have dedicated stack (RAM) which only gets used for
63 * Driver dedicated threads *do* get their own priority typically which lets you
65 * Driver dedicated threads will not have head of line blocking if the driver
/Zephyr-latest/subsys/logging/
DKconfig.links14 int "Dedicated buffer size"
18 Dedicated buffer allows to maintain ordering of processed messages.
DKconfig.misc32 Dedicated code for handling simple log messages (0-2 32 bit word arguments).
53 bool "Keep log strings in dedicated section"
55 When enabled, logs are kept in dedicated memory section. It allows
DKconfig.processing104 messages. Option is used only if links are using dedicated buffers
123 int "Number of bytes dedicated for the logger internal buffer"
127 Number of bytes dedicated for the logger internal buffer.
/Zephyr-latest/subsys/logging/backends/
DKconfig.spinel5 bool "OpenThread dedicated Spinel protocol backend"
9 When enabled, backend will use OpenThread dedicated SPINEL protocol for logging.
/Zephyr-latest/dts/bindings/mipi-dsi/
Dst,stm32-mipi-dsi.yaml69 DSI host dedicated PLL loop division factor.
75 DSI host dedicated PLL input division factor.
81 DSI HOST dedicated PLL output division factor.
/Zephyr-latest/dts/bindings/base/
Dzephyr,memory-common.yaml10 Signify that this node should result in a dedicated linker script
26 Signify that this node should result in a dedicated MPU region.
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
DKconfig.defconfig34 # Some SoC's in the LPC5500 Series do have a dedicated USB RAM.
36 # Disable this Kconfig in case there is no dedicated USB RAM.
/Zephyr-latest/subsys/input/
DKconfig32 bool "Process input events in a dedicated thread"
36 processed asynchronously in a dedicated thread.
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.h31 /* Some stm32F4 devices have a dedicated PLL I2S with M divider */
34 /* Some stm32F4 devices (typ. stm32F401) have a dedicated PLL I2S with PLL M divider */
/Zephyr-latest/dts/bindings/interrupt-controller/
Dst,stm32g0-exti.yaml8 dedicated Rising and Falling interrupt pending registers.
Dst,stm32h7rs-exti.yaml8 with two dedicated Rising and Falling interrupt pending registers
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.lorawan7 # The Kconfig file is dedicated to the LoRaWAN transport of MCUmgr
55 Note: this requires a dedicated thread in order to prevent blocking the system workqueue.
DKconfig.bluetooth5 # The Kconfig file is dedicated to Bluetooth transport of MCUmgr
112 and can then be dynamically registered/unregistered using a dedicated API.
DKconfig.dummy5 # The Kconfig file is dedicated to Dummy transport of MCUmgr
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.nxp27 bool "Process RX buffers in a dedicated thread"
31 in a dedicated thread.
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg33 bool "Use dedicated workqueue"
37 Enable dedicated workqueue thread for the ICMsg backend.
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest-multidir.dts8 * Used by test_edtlib.py. Dedicated file for testing having multiple binding
/Zephyr-latest/soc/nxp/mcx/mcxw/
DKconfig.defconfig26 # need to be queued and processed by a dedicated thread
/Zephyr-latest/dts/bindings/power/
Dnxp,aon-wakeup-pin.yaml4 description: Some NXP SoC's have pins dedicated to generate a wakeup interrupt.
/Zephyr-latest/doc/services/portability/posix/aep/
Dindex.rst118 Dedicated Realtime System Profile (PSE53)
121 The *Dedicated Realtime System Profile* (PSE53) includes all features from PSE52, PSE51, and the
127 :alt: Dedicated Realtime System Profile (PSE53)
129 Dedicated Realtime System Profile (PSE53)
/Zephyr-latest/drivers/adc/
DKconfig.nrfx22 needs a dedicated structure in RAM that stores the ADC settings
/Zephyr-latest/dts/bindings/usb/
Dst,stm32-otgfs.yaml27 Size of USB dedicated RAM. STM32 SOC's reference
Dst,stm32-otghs.yaml27 Size of USB dedicated RAM. STM32 SOC's reference
Dst,stm32-usb.yaml21 Size of USB dedicated RAM. STM32 SOC's reference

12345678910>>...14