/Zephyr-latest/drivers/led/ |
D | lp5562.c | 104 /* Values for execution engine programs. */ 215 * @brief Get the base address for programs of the given execution engine. 217 * @param engine Engine the base address is requested for. 221 * @retval -EINVAL If a source is given that is not a valid engine. 223 static int lp5562_get_engine_ram_base_addr(enum lp5562_led_sources engine, in lp5562_get_engine_ram_base_addr() argument 226 switch (engine) { in lp5562_get_engine_ram_base_addr() 246 * The engine with the highest index is placed on the lowest two bits in the 249 * @param engine Engine the shift is requested for. 253 * @retval -EINVAL If a source is given that is not a valid engine. 255 static int lp5562_get_engine_reg_shift(enum lp5562_led_sources engine, in lp5562_get_engine_reg_shift() argument [all …]
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_stack.h | 74 /* Policy Engine layer data */ 76 /** Policy Engine state machine object */ 78 /** Enables or Disables the Policy Engine state machine */ 80 /** The state of the Policy Engine state machine */ 118 * Callback used by the Policy Engine to ask the Device Policy Manager 124 * Callback used by the Policy Engine to notify the Device Policy 130 * Callback used by the Policy Engine to notify the Device Policy 138 * Callback used by the Policy Engine to get the Sink Capabilities 144 * Callback used by the Policy Engine to send the received Source 150 * Callback used by the Policy Engine to get the Request Data Object [all …]
|
D | usbc_pe_common_internal.h | 38 * @brief Policy Engine Errors 46 * @brief Policy Engine Layer States 128 * @brief Policy Engine Layer Flags 193 * @brief Policy Engine State Machine Object 272 * @brief Sets a Policy Engine state 280 * @brief Get the Policy Engine's current state 288 * @brief Get the Policy Engine's previous state 384 * @retval true if the Policy Engine should wait and try the action again 471 * @brief Start the Policy Engine Layer state machine. This is only called 479 * @brief Suspend the Policy Engine Layer state machine. This is only called [all …]
|
D | usbc_pe_src_states.c | 9 * @brief USB-C Power Policy Engine (PE) 27 * @brief Initialize the Source Policy Engine layer 123 * Once the reset process completes, the Policy Engine Shall in pe_src_startup_run() 153 * The Policy Engine Shall transition to the PE_SRC_Send_Capabilities state when: in pe_src_discovery_run() 200 * When message is sent, the Policy Engine Shall: in pe_src_send_capabilities_run() 212 * The Policy Engine Shall transition to the PE_SRC_Discovery in pe_src_send_capabilities_run() 226 * The Policy Engine Shall transition to the PE_SRC_Negotiate_Capability state when: in pe_src_send_capabilities_run() 240 * The Policy Engine Shall transition to the PE_SRC_Hard_Reset in pe_src_send_capabilities_run() 274 * The Policy Engine Shall transition to the in pe_src_negotiate_capability_entry() 282 * The Policy Engine Shall transition to the in pe_src_negotiate_capability_entry() [all …]
|
D | usbc_pe_common.c | 77 * @brief Starts the Policy Engine layer 87 * @brief Suspend the Policy Engine layer 103 * @brief Initialize the Policy Engine layer 128 * @brief Tests if the Policy Engine layer is running 138 * @brief Run the Policy Engine layer 170 * The Policy Engine Shall transition to the PE_SNK_Hard_Reset in pe_run() 229 * @brief Informs the Policy Engine that a soft reset was received. 241 * @brief Informs the Policy Engine that a message was successfully sent 279 * Protocol Layer by the Policy Engine but has not yet been sent in pe_soft_reset_is_required() 280 * when the Protocol Error occurs, the Policy Engine Shall Not in pe_soft_reset_is_required() [all …]
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_registry.h | 17 * @param[out] obj_inst Engine object instance buffer pointer. 33 * @brief Get the engine object instance specified by @p msg->path. Usually only used in do_write 37 * @param[out] obj_inst Engine object instance buffer pointer. 64 * @param[out] res Engine resource buffer pointer. 65 * @param[out] res_inst Engine resource instance buffer pointer. 76 * @param[out] res Engine resource buffer pointer. 86 * @return Pointer to engine object in the registry 95 * @return Pointer to engine object instance in the registry 104 * @return Pointer to engine resource in the registry 113 * @return Pointer to the engine resource instance in the registry [all …]
|
D | lwm2m_rw_senml_json.h | 22 /* API for call composite READ from engine */ 24 /* API for call composite READ for parsed path list from engine */ 27 /* API for call composite READ path list from engine */
|
D | Kconfig | 70 menu "Engine features" 138 bool "LwM2M engine always report object version" 163 prompt "LwM2M Engine operation mode" 241 This affects static memory usage of engine. 256 endmenu # "Engine features" 261 int "LWM2M engine stack size" 265 Set the stack size for the LwM2M library engine (used for handling 269 int "LWM2M engine max. message object" 308 int "LWM2M engine max. pending objects" 314 int "LWM2M engine max. reply objects" [all …]
|
D | lwm2m_engine.h | 42 #define LWM2M_PRIO_ENGINE 0 /**< Engine initialization */ 49 * @brief Declare an initialization function to be executed when LwM2M engine starts. 51 * When LwM2M engine starts up, it first executes all initialization functions in following 67 * @brief Declare engine initialization function. 99 * @param[in] obj_inst Engine object instance to signal which object the resource belongs to 100 * @param[out] obj_field Engine object field buffer pointer to store the field being checked 181 * @brief Call given handler from engine context. 371 * @brief Trigger the LwM2M engine to run. 379 * @brief Locks the access to shared LwM2M engine variables. 384 * @brief Unlocks the access to shared LwM2M engine variables.
|
/Zephyr-latest/doc/_templates/ |
D | searchbox.html | 48 var engine = localStorage.getItem(preferenceKey); 49 if (engine === null) { 50 engine = isBrowsingLatest ? "google" : "sphinx"; 52 setActiveSearchEngine(engine); 67 function setActiveSearchEngine(engine) { 68 if(engine === "sphinx") { 76 var selectedElement = document.getElementById("search-se-menuitem-" + engine); 78 "search-se-menuitem-" + (engine === "sphinx" ? "google" : "sphinx") 87 window.switchSearchEngine = function (engine) { 88 setActiveSearchEngine(engine); [all …]
|
/Zephyr-latest/drivers/misc/ft8xx/ |
D | Kconfig | 1 # FT8xx Embedded Video Engine configuration options 7 bool "FT800 Embedded Video Engine driver"
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | nxp,pint.yaml | 1 description: NXP Pin interrupt and pattern match engine (PINT) 23 Number of inputs available to the PINT engine. These inputs are typically
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_sof_host_dma | 16 DMA engine. 32 needs to act as if it controls a DMA engine.
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | nxp_pint.h | 8 * @brief Driver for Pin interrupt and pattern match engine in NXP MCUs 10 * The Pin interrupt and pattern match engine (PINT) supports 14 * using the PINT's boolean logic based pattern match engine.
|
/Zephyr-latest/doc/hardware/arch/ |
D | xtensa.rst | 12 HiFi Audio Engine DSP 15 The kernel allows threads to use the HiFi Audio Engine DSP registers on boards 27 provided by the Xtensa HiFi Audio Engine DSP. Three modes of operation are
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 237 * engine to process networking events and core functions 361 * Note the LWM2M_RES_DATA_FLAG_RO flag which stops the engine from 371 Lastly, we start the LwM2M RD client (which in turn starts the LwM2M engine). 386 When using DTLS with the LwM2M engine, PSK (Pre-Shared Key) and X.509 certificates are the security… 387 The engine uses LwM2M Security object (Id 0) to read the stored credentials and feed keys from the … 518 LwM2M engine have room for four resources that have cache enabled. Limit can be increased by 520 engine. 544 LwM2M engine and application events 547 The Zephyr LwM2M engine defines events that can be sent back to the application through callback 549 The engine state machine shows when the events are spawned. [all …]
|
/Zephyr-latest/samples/drivers/misc/ft800/ |
D | README.rst | 5 Display various shapes and text using FT800 Embedded Video Engine. 11 Embedded Video Engine.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.nxp_pint | 5 bool "Pin interrupt and pattern match engine (PINT) for NXP MCUs"
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | mimxrt1060_evk.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
/Zephyr-latest/drivers/video/ |
D | Kconfig.emul_rx | 10 Enable driver for the MIPI RX emulated DMA engine.
|
/Zephyr-latest/samples/modules/lvgl/demos/boards/ |
D | mimxrt1060_evk.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,pxp.yaml | 4 description: NXP PXP 2D DMA engine
|
/Zephyr-latest/dts/bindings/video/ |
D | zephyr,video-emul-rx.yaml | 4 description: Emulated Video DMA engine for testing purpose
|