Home
last modified time | relevance | path

Searched full:manager (Results 1 – 25 of 182) sorted by relevance

12345678

/Zephyr-latest/include/zephyr/net/
Dwifi_nm.h2 * @brief Wi-Fi Network manager API
4 * This file contains the Wi-Fi network manager API. These APIs are used by the
5 * any network management application to register as a Wi-Fi network manager.
23 * @brief Wi-Fi Network manager API
24 * @defgroup wifi_nm Wi-Fi Network Manager API
54 * @brief WiFi Network manager instance
57 /** Name of the Network manager instance */
79 * @brief Get a Network manager instance for a given name
81 * @param name Name of the Network manager instance
87 * @brief Get a Network manager instance for a given interface
[all …]
Dcoap_mgmt.h22 * @brief CoAP Manager Events
23 * @defgroup coap_mgmt CoAP Manager Events
/Zephyr-latest/subsys/net/conn_mgr/
DKconfig5 bool "Network connection manager [EXPERIMENTAL]"
12 When enabled, this will start the connection manager that will
21 module-str = Log level for connection manager
22 module-help = Enables connection manager code to output debug messages.
29 Sets the stack size which will be used by the connection manager for connectivity monitoring.
/Zephyr-latest/dts/bindings/ospi/
Dst,stm32-ospi.yaml94 Specifies which port of the OCTOSPI IO Manager is used for the IO[3:0] pins.
99 Note: You might need to enable the OCTOSPI I/O manager clock to use the
112 Specifies which port of the OCTOSPI IO Manager is used for the IO[7:4] pins.
119 Note: You might need to enable the OCTOSPI I/O manager clock to use the
129 Specifies which port of the OCTOSPI IO Manager is used for the clk pin.
134 Note: You might need to enable the OCTOSPI I/O manager clock to use the
144 Specifies which port of the OCTOSPI IO Manager is used for the dqs pin.
149 Note: You might need to enable the OCTOSPI I/O manager clock to use the
159 Specifies which port of the OCTOSPI IO Manager is used for the ncs pin.
164 Note: You might need to enable the OCTOSPI I/O manager clock to use the
/Zephyr-latest/scripts/west_commands/
Dpackages.py43 Run 'west packages <manager>' to list all dependencies
44 available from a given package manager, already
46 see 'west packages <manager> --help' for details.
66 metavar="<manager>",
67 dest="manager",
68 help="select a manager.",
104 'arguments for the manager should be passed after "--"'
118 if args.manager == "pip":
122 self.die(f'Unsupported package manager: "{args.manager}"')
/Zephyr-latest/dts/bindings/dma/
Dbrcm,iproc-pax-dma-v1.yaml14 It includes data mover engine(dme), ring manager, ring manager common
31 description: Ring manager line interrupt number
Dbrcm,iproc-pax-dma-v2.yaml14 It includes data mover engine(dme), ring manager, ring manager common
31 description: Ring manager line interrupt number
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_stack.c98 * @brief Called by the Device Policy Manager to start the USB-C Subsystem in DT_INST_FOREACH_STATUS_OKAY()
115 * @brief Called by the Device Policy Manager to suspend the USB-C Subsystem
129 * @brief Called by the Device Policy Manager to make a request of the
151 * @brief Sets the Device Policy Manager's data
161 * @brief Gets the Device Policy Manager's data
173 * Device Policy Manager
185 * Device Policy Manager
233 * Device Policy Manager
245 * Device Policy Manager
257 * Device Policy Manager
[all …]
Dusbc_stack.h107 /** Device Policy Manager Request FIFO */
109 /** Device Policy manager Request */
118 * Callback used by the Policy Engine to ask the Device Policy Manager
125 * Manager of a policy change
131 * Manager of WAIT message reception
139 * from the Device Policy Manager
145 * Capabilities to the Device Policy Manager
151 * (RDO) from the Device Policy Manager
215 /** Device Policy Manager data */
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.vim9 bool "TI Vectored Interrupt Manager"
13 The TI Vectored Interrupt Manager provides hardware assistance for prioritizing
/Zephyr-latest/subsys/dfu/
DKconfig11 bool "DFU image manager"
20 prompt "Image manager"
27 bool "Image manager for mcuboot"
92 module-str = image manager
/Zephyr-latest/doc/services/resource_management/
Dindex.rst23 On-Off Manager
26 An on-off manager supports an arbitrary number of clients of a service
30 The manager has the following properties:
60 shut out, and the manager does not maintain a record of specific clients
64 requests or releases until the manager is reset. Pending requests are
/Zephyr-latest/include/zephyr/sys/
Donoff.h88 * @brief Signature used to notify an on-off manager that a transition
95 * @param mgr the manager for which transition was requested.
121 * @param mgr the manager for which transition was requested.
147 * @brief State associated with an on-off manager.
212 * @param mgr the manager definition object to be initialized.
216 * manager can be referenced.
235 * @param mgr the manager for which the operation was initiated. This may be
265 * when a pointer to the object is passed to any on-off manager
333 * @param mgr the manager that will be used.
354 * last request is released the manager will initiate a transition to
[all …]
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/
Dintel_socfpga_agilex5_socdk_defconfig25 # Enable Clock Manager
31 # Reset Manager
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst6 Connection Manager is a collection of optional Zephyr features that aim to allow applications to mo…
8 Using Connection Manager, applications can use a single abstract API to control network association…
12 Applications can also use Connection Manager to generically manage and use multiple connectivity te…
17 Connection Manager is split into the following two subsystems:
26 :alt: A simplified view of how Connection Manager integrates with Zephyr and the application.
29 A simplified view of how Connection Manager integrates with Zephyr and the application.
78 … Connection Manager also fires the following more specific ``CONNECTED`` / ``DISCONNECTED`` events:
114 /* Call this before Connection Manager monitoring initializes */
136 …nectivity events, you should register your listener(s) before Connection Manager monitoring initia…
181 Applications can request that ifaces be ignored by Connection Manager by calling :c:func:`conn_mgr_…
[all …]
Dindex.rst3 Connection Manager
/Zephyr-latest/include/zephyr/usb_c/
Dusbc.h51 * @brief Device Policy Manager requests
87 * @brief Device Policy Manager notifications
131 * @brief Device Policy Manager checks
149 * @brief Device Policy Manager Wait message notifications
163 * @brief Device Policy Manager's response to a Sink Request
202 * @return true if policy is currently allowed by the device policy manager
208 * @brief Callback type used to notify Device Policy Manager of WAIT
219 * @brief Callback type used to notify Device Policy Manager of a
251 * from the Device Policy Manager
365 * @brief Set pointer to Device Policy Manager (DPM) data
[all …]
/Zephyr-latest/samples/subsys/sip_svc/
DREADME.rst4 Use the SiP SVC subsystem to interact with the Secure Device Manager on Intel Agilex SoC FPGA.
10 performs a voltage value query from Secure Device Manager in Intel Agilex
19 intel Agilex SoC FPGA query the voltage levels in Secure Device Manager.
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig76 bool "Wi-Fi Network manager support"
84 int "Maximum number of managed interfaces per Wi-Fi network manager"
88 network manager instance that can be used simultaneously.
92 module-str = Log level for Wi-Fi Network manager module
/Zephyr-latest/lib/utils/
DKconfig30 bool "On-Off Manager"
33 An on-off manager supports an arbitrary number of clients of a
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dsaleae_logic2.py21 with automation.Manager.connect(address=address, port=port) as manager:
34 with manager.start_capture(
/Zephyr-latest/drivers/clock_control/
Dclock_control_agilex5_ll.h18 /* Clock manager/control register offsets */
32 /* Clock manager/control main PLL group register offsets */
59 /* Clock manager/control peripheral PLL group register offsets */
86 /* Clock manager/control controller group register offsets */
109 /* Clock manager/control macros */
/Zephyr-latest/dts/bindings/misc/
Dene,kb1200-pmu.yaml4 description: ENE, Power Manager node
/Zephyr-latest/doc/services/pm/
Dsystem.rst36 pm_policy [label="Check policy manager\nfor a power state "]
89 The policy manager is the component of the power management subsystem responsible
91 The policy manager can only choose between states that have been defined for the platform.
131 applications to configure the policy manager to block the system from transitioning
/Zephyr-latest/lib/heap/
DKconfig117 bool "Multi-heap manager"
128 bool "Shared multi-heap manager"
131 Enable support for a shared multi-heap manager that uses the

12345678