Home
last modified time | relevance | path

Searched full:management (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/Zephyr-latest/subsys/pm/
DKconfig5 menu "Power Management"
14 bool "System Power Management"
17 This option enables the board to implement extra power management
19 power management subsystem of the number of ticks until the next kernel
27 module-str = System Power Management
31 bool "System Power Management Stats"
34 Enable System Power Management Stats.
59 bool "Device Power Management"
61 This option enables the device power management interface. The
63 management subsystem. This allows device drivers to do any
[all …]
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig5 bool "TLS credentials management"
7 Enable TLS credentials management subsystem.
16 prompt "TLS credentials management backend"
20 TLS credentials management backend implementation.
23 bool "TLS credentials management volatile backend"
25 TLS credentials management volatile backend implementation,
29 bool "TLS credentials management protected storage backend"
33 TLS credentials management backend using the Protected Storage
/Zephyr-latest/doc/services/pm/
Ddevice.rst1 Device Power Management
7 Device power management (PM) on Zephyr is a feature that enables devices to
10 selected, device drivers implementing power management will be able to take
11 advantage of the device power management subsystem.
13 Zephyr supports two methods of device power management:
15 - :ref:`Device Runtime Power Management <pm-device-runtime-pm>`
16 - :ref:`System-Managed Device Power Management <pm-device-system-pm>`
20 Device Runtime Power Management
23 Device runtime power management involves coordinated interaction between
38 :ref:`device runtime power management APIs <device_runtime_apis>` provided
[all …]
Doverview.rst4 The interfaces and APIs provided by the power management subsystem
6 management implementations to be easily adapted to different SOCs and
13 The power management features are classified into the following categories.
15 * System Power Management
16 * Device Power Management
Dsystem.rst3 System Power Management
11 power management subsystem to put an idle system into one of the supported power states.
13 the appropriate power state to transition to based on the configured power management policy.
22 The following diagram describes system power management:
25 :caption: System power management
75 The power management subsystem defines a set of states described by the
81 Power Management Policies
84 The power management subsystem supports the following power management policies:
89 The policy manager is the component of the power management subsystem responsible
117 The application defines the power management policy by implementing the
[all …]
Dindex.rst3 Power Management
6 Zephyr RTOS power management subsystem provides several means for a system
7 integrator to implement power management support that can take full
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dpower_management.rst1 Power Management
4 Power management of sensors is often a non-trivial task as sensors may have multiple power states
9 All this is to say that power management of sensors is typically application specific! Often the
11 can be done using the power management ref counting APIs if the device implements the necessary
18 …ith :ref:`sensor-read-and-decode` its possible that automatic management of device power management
/Zephyr-latest/drivers/pm_cpu_ops/
DKconfig1 # CPU power management driver configuration options
7 bool "CPU power management drivers"
9 Enable CPU power management drivers configuration
29 management operations described in ARM document number ARM DEN
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/
DKconfig3 # The Kconfig file is dedicated to example management group of
15 bool "MCUmgr handlers for example management (app)"
19 Enables MCUmgr handlers for example management. This demonstrates the
28 management function is called
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/
DKconfig3 # The Kconfig file is dedicated to example management group of
15 bool "MCUmgr handlers for example management (module)"
19 Enables MCUmgr handlers for example management. This demonstrates the
29 management function is called
/Zephyr-latest/doc/connectivity/networking/api/
Dethernet_mgmt.rst3 Ethernet Management
13 Ethernet management API provides functions to manage the Ethernet
16 * raise ``carrier ON`` or ``carrier OFF`` management events
17 * raise ``VLAN enabled`` or ``VLAN disabled`` management events
Dnet_mgmt.rst3 Network Management
13 The Network Management APIs allow applications, as well as network
20 The Network Management API implementation is designed to save memory
21 by eliminating code at build time for management routines that are not
22 used. Distinct and statically defined APIs for network management
34 All network management requests are of the form
37 implied, and the specific management procedure being requested. The
168 Defining a network management procedure
171 You can provide additional management procedures specific to your
175 Management request code are defined in relevant places depending on
[all …]
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst3 ARM System Control and Management Interface
12 System Control and Management Interface (SCMI) is a specification developed by
14 system management (e.g: clock control, pinctrl, etc...).
30 management tasks.
38 #. **Power domain management** (0x11)
39 #. **System power management** (0x12)
40 #. **Performance domain management** (0x13)
41 #. **Clock management** (0x14)
42 #. **Sensor management** (0x15)
43 #. **Reset domain management** (0x16)
[all …]
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/
Dmgmt_defines.h53 /** Image management group, used for uploading firmware images */
56 /** Statistic management group, used for retrieving statistics */
59 /** Settings management (config) group, used for reading/writing settings */
62 /** Log management group (unused) */
68 /** Split image management group (unused) */
77 /** Shell management group, used for executing shell commands */
80 /** Enumeration management group, used for listing supported command groups */
/Zephyr-latest/samples/net/sockets/net_mgmt/
DREADME.rst2 :name: Network management socket
5 Listen to network management events using a network management socket.
11 for network management events that the networking subsystem is sending.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DCMakeLists.txt7 # Settings management group public API is exposed by MCUmgr API
8 # interface, when settings management is enabled.
13 message(WARNING "Note: MCUmgr settings management is enabled but settings access hooks are "
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/
DKconfig4 # The Kconfig file is dedicated to OS management group of
15 bool "MCUmgr client request and response handlers for OS management"
19 Enables MCUmgr client request and response handlers for OS management.
/Zephyr-latest/include/zephyr/pm/
Dpm.h22 * @brief System and device power management
23 * @defgroup subsys_pm Power Management (PM)
31 * @brief System Power Management API
39 * Power management notifier struct
86 * @brief Register a power management notifier
88 * Register the given notifier from the power management notification
96 * @brief Unregister a power management notifier
98 * Remove the given notifier from the power management notification
148 * @brief System Power Management Hooks
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst2 :name: Bluetooth Low Energy Power Management on STM32WB
5 Perform Bluetooth LE operations with Zephyr power management enabled on STM32WB.
11 Zephyr power management enabled (:kconfig:option:`CONFIG_PM`).
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/include/
Dexample_mgmt.h14 * Group ID for example management group.
19 * Command IDs for example management group.
25 * Command result codes for example management group.
/Zephyr-latest/samples/subsys/mgmt/
Dmgmt.rst2 :name: Management
5 Samples that demonstrate various device management features.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/
DKconfig4 # The Kconfig file is dedicated to Application Image management group of
15 bool "MCUmgr client handlers for image management"
19 Enables MCUmgr client handlers for image management.
/Zephyr-latest/subsys/net/lib/ptp/
Dport.h189 * @brief Function processing received PTP Management message on the PTP Port's level.
193 * @param[in] msg PTP Management message to be processed.
194 * @param[in] tlv Management TLV attached to the message.
204 * @brief Function for sending Management Error resposnse message.
206 * @param[in] port PTP Port that is going to send Management Error response.
207 * @param[in] msg PTP Management message that caused Management Error.
208 * @param[in] err Management Error code.
215 * @brief Function for sending response on specific PTP PORT to received PTP Management message.
218 * @param[in] req Received PTP Management message.
219 * @param[in] tlv Management TLV attached to the message.
/Zephyr-latest/subsys/net/l2/
DKconfig53 bool "Wi-Fi Management support"
59 Enable support for Wi-Fi Management interface.
64 module-str = Log level for Wi-Fi management layer
65 module-help = Enables Wi-Fi management interface to output debug messages.
/Zephyr-latest/samples/boards/st/power_mgmt/
Dindex.rst2 :name: Power Management
5 Samples that demonstrate the use of power management features on STM32 boards.

12345678910>>...32