Searched full:component (Results 1 – 25 of 678) sorted by relevance
12345678910>>...28
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 21 Describe whether you'd like to integrate this external component in the main tree 40 component to solve the problem at hand (there may be a better options 49 Why is this the right component to solve it (e.g., SQLite is small, 56 Will the Zephyr project have a direct dependency on the component, or 57 will it be included via an abstraction layer with this component as a
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_sof_host_dma | 5 bool "NXP DMA driver used by SOF's host component" 11 component. Specifically, this driver 12 is used by the SOF host component to
|
/Zephyr-latest/modules/hal_nordic/nrf-regtool/ |
D | nrf-regtoolConfig.cmake | 42 foreach(component IN LISTS ${CMAKE_FIND_PACKAGE_NAME}_FIND_COMPONENTS) 43 if(component STREQUAL "GENERATE:UICR") 62 message(FATAL_ERROR "Unrecognized package component: \"${component}\"")
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_mhu.h | 41 volatile uint32_t cidr0; /* ( /W) Component ID 0 */ 42 volatile uint32_t cidr1; /* ( /W) Component ID 1 */ 43 volatile uint32_t cidr2; /* ( /W) Component ID 2 */ 44 volatile uint32_t cidr3; /* ( /W) Component ID 3 */
|
/Zephyr-latest/boards/ti/common/ |
D | Kconfig | 10 Some CC1352 boards have a SKY13317 component 12 for this component for the CC1352 boards using it.
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 12 There are three single-color component LEDs in an RGB LED. Each component LED 16 being steady). The sample causes each LED component to step from dark to max 17 brightness. Three **for** loops (one for each component LED) generate a gradual
|
/Zephyr-latest/scripts/generate_usb_vif/constants/ |
D | vif_element_constants.py | 14 COMPONENT = "Component" variable
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.native_posix | 22 Disabling this feature allows some other component to seed the host standard library random 23 generator without this component's default initialization interfering.
|
D | Kconfig.npcx | 22 generated internally and passed to the conditioning component.
|
/Zephyr-latest/modules/hal_infineon/ |
D | Kconfig | 90 bool "Abstraction RTOS component (Zephyr support)" 92 Enable Abstraction RTOS component with Zephyr support
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_dw.h | 18 * caused by conflicting parts or programs in an SoC. This component can be configured, synthesized, 154 * Component Parameters Register 5 162 * Component Parameters Register 4 169 * Component Parameters Register 3 177 * Component Parameters Register 2 185 * Component Parameters Register 1 214 * Width of the APB Data Bus to which this component is attached. 284 * Component Version Register 292 * Component Type Register 293 * Designware Component Type number = 0x44_57_01_20. [all …]
|
D | wdt_dw_common.c | 92 /* Check component type */ in dw_wdt_probe() 96 LOG_ERR("Invalid component type %x", type); in dw_wdt_probe()
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 70 foreach(component ${Zephyr_FIND_COMPONENTS}) 71 if(${component} MATCHES "^\([^:]*\):\(.*\)$") 73 set(component ${CMAKE_MATCH_1}) variable 75 include(${component})
|
/Zephyr-latest/subsys/net/l2/ethernet/lldp/ |
D | Kconfig | 61 Subtype 1 = Chassis component 63 Subtype 3 = Port component 132 Subtype 2 = Port component
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | README | 39 [This package does not depend on any other component. 41 Zephyr project will only need this component if the user configures a shell
|
/Zephyr-latest/cmake/modules/ |
D | zephyr_default.cmake | 117 foreach(component ${SUB_COMPONENTS}) 118 if(NOT ${component} IN_LIST zephyr_cmake_modules) 120 "Subcomponent '${component}' not default module for Zephyr CMake build system.\n"
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | pcie.rst | 3 Peripheral Component Interconnect express Bus (PCIe)
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | Kconfig.defconfig | 17 # Include intercore messaging component
|
/Zephyr-latest/tests/kernel/context/ |
D | Kconfig | 9 The platform may have some component running in the background while the k_cpu_idle test is
|
/Zephyr-latest/scripts/footprint/ |
D | upload_data.py | 145 for component,value in data.items(): 146 items.append([component,value]) 148 table = tabulate(items, headers=['Component', 'Size'], tablefmt='orgtbl')
|
/Zephyr-latest/drivers/ps2/ |
D | Kconfig | 25 There isn't any critical component relying on this priority at
|
/Zephyr-latest/drivers/sensor/silabs/si7006/ |
D | si7006.c | 131 /* Integer component of temperature */ in si7006_channel_get() 133 /* Fractional component of temperature */ in si7006_channel_get() 152 /* Integer component of humidity */ in si7006_channel_get() 154 /* Fraction component of humidity */ in si7006_channel_get()
|
/Zephyr-latest/drivers/peci/ |
D | Kconfig | 26 There isn't any critical component relying on this priority at
|
/Zephyr-latest/boards/native/native_sim/ |
D | native_posix_compat.h | 12 * exists solely as a transitional component.
|
/Zephyr-latest/arch/posix/core/nsi_compat/ |
D | nsi_compat.c | 11 * It is a transitional component, intended to facilitate
|
12345678910>>...28