Searched full:dedicated (Results 1 – 25 of 332) sorted by relevance
12345678910>>...14
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 52 (: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/ |
D | Kconfig.links | 14 int "Dedicated buffer size" 18 Dedicated buffer allows to maintain ordering of processed messages.
|
D | Kconfig.misc | 32 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
|
D | Kconfig.processing | 104 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/ |
D | Kconfig.spinel | 5 bool "OpenThread dedicated Spinel protocol backend" 9 When enabled, backend will use OpenThread dedicated SPINEL protocol for logging.
|
/Zephyr-latest/dts/bindings/mipi-dsi/ |
D | st,stm32-mipi-dsi.yaml | 69 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/ |
D | zephyr,memory-common.yaml | 10 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/ |
D | Kconfig.defconfig | 34 # 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/ |
D | Kconfig | 32 bool "Process input events in a dedicated thread" 36 processed asynchronously in a dedicated thread.
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32_ll_common.h | 31 /* 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/ |
D | st,stm32g0-exti.yaml | 8 dedicated Rising and Falling interrupt pending registers.
|
D | st,stm32h7rs-exti.yaml | 8 with two dedicated Rising and Falling interrupt pending registers
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.lorawan | 7 # 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.
|
D | Kconfig.bluetooth | 5 # The Kconfig file is dedicated to Bluetooth transport of MCUmgr 112 and can then be dynamically registered/unregistered using a dedicated API.
|
D | Kconfig.dummy | 5 # The Kconfig file is dedicated to Dummy transport of MCUmgr
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig.nxp | 27 bool "Process RX buffers in a dedicated thread" 31 in a dedicated thread.
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 33 bool "Use dedicated workqueue" 37 Enable dedicated workqueue thread for the ICMsg backend.
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test-multidir.dts | 8 * Used by test_edtlib.py. Dedicated file for testing having multiple binding
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | Kconfig.defconfig | 26 # need to be queued and processed by a dedicated thread
|
/Zephyr-latest/dts/bindings/power/ |
D | nxp,aon-wakeup-pin.yaml | 4 description: Some NXP SoC's have pins dedicated to generate a wakeup interrupt.
|
/Zephyr-latest/doc/services/portability/posix/aep/ |
D | index.rst | 118 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/ |
D | Kconfig.nrfx | 22 needs a dedicated structure in RAM that stores the ADC settings
|
/Zephyr-latest/dts/bindings/usb/ |
D | st,stm32-otgfs.yaml | 27 Size of USB dedicated RAM. STM32 SOC's reference
|
D | st,stm32-otghs.yaml | 27 Size of USB dedicated RAM. STM32 SOC's reference
|
D | st,stm32-usb.yaml | 21 Size of USB dedicated RAM. STM32 SOC's reference
|
12345678910>>...14