Searched full:management (Results 1 – 25 of 776) sorted by relevance
12345678910>>...32
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 5 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/ |
D | Kconfig | 5 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/ |
D | device.rst | 1 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 …]
|
D | overview.rst | 4 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
|
D | system.rst | 3 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 …]
|
D | index.rst | 3 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/ |
D | power_management.rst | 1 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/ |
D | Kconfig | 1 # 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/ |
D | Kconfig | 3 # 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/ |
D | Kconfig | 3 # 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/ |
D | ethernet_mgmt.rst | 3 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
|
D | net_mgmt.rst | 3 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/ |
D | arm-scmi.rst | 3 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/ |
D | mgmt_defines.h | 53 /** 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/ |
D | README.rst | 2 :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/ |
D | CMakeLists.txt | 7 # 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/ |
D | Kconfig | 4 # 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/ |
D | pm.h | 22 * @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/ |
D | README.rst | 2 :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/ |
D | example_mgmt.h | 14 * 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/ |
D | mgmt.rst | 2 :name: Management 5 Samples that demonstrate various device management features.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/ |
D | Kconfig | 4 # 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/ |
D | port.h | 189 * @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/ |
D | Kconfig | 53 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/ |
D | index.rst | 2 :name: Power Management 5 Samples that demonstrate the use of power management features on STM32 boards.
|
12345678910>>...32