Home
last modified time | relevance | path

Searched full:component (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/Zephyr-latest/.github/ISSUE_TEMPLATE/
D007_ext-source.md21 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/
DKconfig.nxp_sof_host_dma5 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/
Dnrf-regtoolConfig.cmake42 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/
Dipm_mhu.h41 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/
DKconfig10 Some CC1352 boards have a SKY13317 component
12 for this component for the CC1352 boards using it.
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst12 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/
Dvif_element_constants.py14 COMPONENT = "Component" variable
/Zephyr-latest/drivers/entropy/
DKconfig.native_posix22 Disabling this feature allows some other component to seed the host standard library random
23 generator without this component's default initialization interfering.
DKconfig.npcx22 generated internally and passed to the conditioning component.
/Zephyr-latest/modules/hal_infineon/
DKconfig90 bool "Abstraction RTOS component (Zephyr support)"
92 Enable Abstraction RTOS component with Zephyr support
/Zephyr-latest/drivers/watchdog/
Dwdt_dw.h18 * 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 …]
Dwdt_dw_common.c92 /* 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/
DZephyrConfig.cmake70 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/
DKconfig61 Subtype 1 = Chassis component
63 Subtype 3 = Port component
132 Subtype 2 = Port component
/Zephyr-latest/lib/posix/options/getopt/
DREADME39 [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/
Dzephyr_default.cmake117 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/
Dpcie.rst3 Peripheral Component Interconnect express Bus (PCIe)
/Zephyr-latest/soc/nxp/mcx/mcxw/
DKconfig.defconfig17 # Include intercore messaging component
/Zephyr-latest/tests/kernel/context/
DKconfig9 The platform may have some component running in the background while the k_cpu_idle test is
/Zephyr-latest/scripts/footprint/
Dupload_data.py145 for component,value in data.items():
146 items.append([component,value])
148 table = tabulate(items, headers=['Component', 'Size'], tablefmt='orgtbl')
/Zephyr-latest/drivers/ps2/
DKconfig25 There isn't any critical component relying on this priority at
/Zephyr-latest/drivers/sensor/silabs/si7006/
Dsi7006.c131 /* 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/
DKconfig26 There isn't any critical component relying on this priority at
/Zephyr-latest/boards/native/native_sim/
Dnative_posix_compat.h12 * exists solely as a transitional component.
/Zephyr-latest/arch/posix/core/nsi_compat/
Dnsi_compat.c11 * It is a transitional component, intended to facilitate

12345678910>>...28