Searched full:managed (Results 1 – 25 of 132) sorted by relevance
123456
/Zephyr-latest/include/zephyr/net/ |
D | wifi_nm.h | 44 * @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/ |
D | Kconfig | 77 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/ |
D | Kconfig | 68 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/ |
D | Kconfig.winc1500 | 58 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/ |
D | soc_isr_stacking.h | 68 * 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/ |
D | mimxrt595_evk_mimxrt595s_cm33.conf | 13 # so coherency does not need to be managed.
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/boards/ |
D | mimxrt595_evk_mimxrt595s_cm33.conf | 13 # so coherency does not need to be managed.
|
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | imx8ulp_clock.h | 15 /* clocks managed by PCC4 */
|
/Zephyr-latest/dts/bindings/power-domain/ |
D | nxp,scu-pd.yaml | 4 description: NXP SCU-managed power domain
|
/Zephyr-latest/drivers/mdio/ |
D | Kconfig.nxp_enet | 11 if all ethernet PHYs being used with ENET are not managed by MDIO bus.
|
/Zephyr-latest/tests/net/wifi/wifi_nm/src/ |
D | main.c | 149 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/ |
D | nxp,imx-iomuxc-scu.yaml | 6 IOMUXC is managed by the SCU.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nuvoton,nct38xx-gpio-alert.yaml | 28 List of NCT38XX multi-function devices managed by this alert handler.
|
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,lvgl-encoder-input.yaml | 8 lv_indev_data_t to the underlying encoder lv_indev_t managed by LVGL.
|
D | zephyr,lvgl-pointer-input.yaml | 8 lv_indev_data_t to the underlying pointer lv_indev_t managed by LVGL.
|
D | zephyr,lvgl-button-input.yaml | 8 lv_indev_data_t to the underlying button lv_indev_t managed by LVGL.
|
D | zephyr,lvgl-keypad-input.yaml | 8 lv_indev_data_t to the underlying keypad lv_indev_t managed by LVGL.
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 120 bool "System-Managed Device Power Management" 123 This option enables the system-managed device power
|
/Zephyr-latest/doc/develop/west/ |
D | basics.rst | 35 │ # 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/ |
D | zephyr,power-state.yaml | 37 Disable system managed device power management for this state. When set,
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig | 104 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/ |
D | sw_isr_common.h | 9 * @brief Private header for the software-managed ISR table's functions
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | st,stm32-fmc.yaml | 20 Each memory controller is defined below the FMC DeviceTree node and is managed
|
D | st,stm32h7-fmc.yaml | 20 Each memory controller is defined below the FMC DeviceTree node and is managed
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 101 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