Home
last modified time | relevance | path

Searched full:managed (Results 1 – 25 of 132) sorted by relevance

123456

/Zephyr-latest/include/zephyr/net/
Dwifi_nm.h44 * @brief WiFi Network Managed interfaces
49 /** Managed net interfaces */
61 /** List of Managed interfaces */
123 * @brief Register a managed interface
126 * @param iface Managed interface
131 * @retval -ENOMEM If the maximum number of managed interfaces has been reached.
136 * @brief Register a managed interface
140 * @param iface Managed interface
145 * @retval -ENOMEM If the maximum number of managed interfaces has been reached.
151 * @brief Unregister managed interface
/Zephyr-latest/drivers/power_domain/
DKconfig77 bool "NXP SCU-managed PD driver"
81 Enable support for NXPs SCU-managed power domain driver.
86 int "NXP SCU-managed PD driver init priority"
89 NXP SCU-managed PD driver initialization priority.
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig68 int "Maximum number of APs and STAs that can be managed in Wi-Fi shell"
72 This option defines the maximum number of APs and STAs that can be managed
84 int "Maximum number of managed interfaces per Wi-Fi network manager"
87 This option defines the maximum number of managed interfaces per Wi-Fi
/Zephyr-latest/drivers/wifi/winc1500/
DKconfig.winc150058 int "Maximum number of sockets that can be managed"
61 Set the number of sockets that can be managed through the driver
/Zephyr-latest/soc/nordic/common/vpr/
Dsoc_isr_stacking.h68 * Size of the HW managed part of the ESF:
74 * Size of the SW managed part of the ESF in case of exception
79 * Size of the SW managed part of the ESF in case of interrupt
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/boards/
Dmimxrt595_evk_mimxrt595s_cm33.conf13 # so coherency does not need to be managed.
/Zephyr-latest/boards/shields/rk055hdmipi4m/boards/
Dmimxrt595_evk_mimxrt595s_cm33.conf13 # so coherency does not need to be managed.
/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dimx8ulp_clock.h15 /* clocks managed by PCC4 */
/Zephyr-latest/dts/bindings/power-domain/
Dnxp,scu-pd.yaml4 description: NXP SCU-managed power domain
/Zephyr-latest/drivers/mdio/
DKconfig.nxp_enet11 if all ethernet PHYs being used with ENET are not managed by MDIO bus.
/Zephyr-latest/tests/net/wifi/wifi_nm/src/
Dmain.c149 zassert_equal(ret, 0, "Failed to unregister managed interface"); in ZTEST()
167 /* Offload: in presence of registered NM but with no managed in ZTEST()
175 zassert_equal(ret, 0, "Failed to register managed interface"); in ZTEST()
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,imx-iomuxc-scu.yaml6 IOMUXC is managed by the SCU.
/Zephyr-latest/dts/bindings/gpio/
Dnuvoton,nct38xx-gpio-alert.yaml28 List of NCT38XX multi-function devices managed by this alert handler.
/Zephyr-latest/dts/bindings/input/
Dzephyr,lvgl-encoder-input.yaml8 lv_indev_data_t to the underlying encoder lv_indev_t managed by LVGL.
Dzephyr,lvgl-pointer-input.yaml8 lv_indev_data_t to the underlying pointer lv_indev_t managed by LVGL.
Dzephyr,lvgl-button-input.yaml8 lv_indev_data_t to the underlying button lv_indev_t managed by LVGL.
Dzephyr,lvgl-keypad-input.yaml8 lv_indev_data_t to the underlying keypad lv_indev_t managed by LVGL.
/Zephyr-latest/subsys/pm/
DKconfig120 bool "System-Managed Device Power Management"
123 This option enables the system-managed device power
/Zephyr-latest/doc/develop/west/
Dbasics.rst35 │ # Projects managed by west:
84 additional Git repositories in the workspace managed by west. The manifest
92 Projects are Git repositories managed by west. Projects are defined in the
113 directories not managed by west. West basically ignores anything in the
/Zephyr-latest/dts/bindings/power/
Dzephyr,power-state.yaml37 Disable system managed device power management for this state. When set,
/Zephyr-latest/soc/nxp/imxrt/
DKconfig104 Enable access to external SDRAM region managed by the SEMC. This
112 Enable access to external HYPERRAM region managed by the FLEXSPI.
/Zephyr-latest/arch/common/include/
Dsw_isr_common.h9 * @brief Private header for the software-managed ISR table's functions
/Zephyr-latest/dts/bindings/memory-controllers/
Dst,stm32-fmc.yaml20 Each memory controller is defined below the FMC DeviceTree node and is managed
Dst,stm32h7-fmc.yaml20 Each memory controller is defined below the FMC DeviceTree node and is managed
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst101 The ``sys_heap`` utility requires that all managed memory be in a
113 to the managed set via :c:func:`sys_multi_heap_add_heap`. No
127 allocation from one of the managed heaps, and may use the
139 a configuration parameter. Memory allocated from any of the managed

123456