/Zephyr-latest/drivers/hwinfo/ |
D | hwinfo_mcux_rcm.c | 14 * @brief Translate from RCM reset source mask to Zephyr hwinfo sources mask. 22 static uint32_t hwinfo_mcux_rcm_xlate_reset_sources(uint32_t sources) in hwinfo_mcux_rcm_xlate_reset_sources() argument 27 if (sources & kRCM_SourceWakeup) { in hwinfo_mcux_rcm_xlate_reset_sources() 32 if (sources & kRCM_SourceLvd) { in hwinfo_mcux_rcm_xlate_reset_sources() 37 if (sources & kRCM_SourceLoc) { in hwinfo_mcux_rcm_xlate_reset_sources() 43 if (sources & kRCM_SourceLol) { in hwinfo_mcux_rcm_xlate_reset_sources() 48 if (sources & kRCM_SourceWdog) { in hwinfo_mcux_rcm_xlate_reset_sources() 52 if (sources & kRCM_SourcePin) { in hwinfo_mcux_rcm_xlate_reset_sources() 56 if (sources & kRCM_SourcePor) { in hwinfo_mcux_rcm_xlate_reset_sources() 61 if (sources & kRCM_SourceJtag) { in hwinfo_mcux_rcm_xlate_reset_sources() [all …]
|
/Zephyr-latest/modules/hal_infineon/ |
D | CMakeLists.txt | 10 ## Add PDL sources for XMC devices 16 ## Add core-lib sources for CAT1 devices 19 ## Add mtb-pdl-cat1 sources for CAT1 devices 22 ## Add mtb-templates-cat1 sources for CAT1 devices 27 ## Add mtb-hal-cat1 sources for CAT1 devices 35 ## Add abstraction-rtos sources 46 ## Add core-lib sources for CAT1 devices 49 ## Add abstraction-rtos sources
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | CMakeLists.txt | 9 # PD mode specific sources 12 # CP mode specific sources 15 # Secure Channel sources 18 # Common sources
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | main.c | 85 .sources = domain1_sources, 91 .sources = domain2_sources, 97 .sources = domain3_sources, 165 test_single_compile_level(1, 0, domains_a[0]->sources[0].clevel); in ZTEST() 166 test_single_compile_level(1, 1, domains_a[0]->sources[1].clevel); in ZTEST() 167 test_single_compile_level(1, 3, domains_a[0]->sources[3].clevel); in ZTEST() 168 test_single_compile_level(2, 2, domains_a[1]->sources[2].clevel); in ZTEST() 169 test_single_compile_level(3, 2, domains_b[0]->sources[2].clevel); in ZTEST() 206 test_single_runtime_level(1, 0, &domains_a[0]->sources[0].rlevel); in ZTEST() 207 test_single_runtime_level(1, 3, &domains_a[0]->sources[3].rlevel); in ZTEST() [all …]
|
D | mock_log_link.c | 46 strncpy(buf, mock->domains[domain_id]->sources[source_id].source, in get_source_name() 48 *length = strlen(mock->domains[domain_id]->sources[source_id].source); in get_source_name() 58 *level = mock->domains[domain_id]->sources[source_id].clevel; in get_levels() 61 *runtime_level = mock->domains[domain_id]->sources[source_id].rlevel; in get_levels() 72 mock->domains[domain_id]->sources[source_id].rlevel = level; in set_runtime_level()
|
/Zephyr-latest/soc/arm/beetle/ |
D | power.c | 99 * @brief Setup initial wakeup sources on SoC. 101 * Setup the SoC wakeup sources. 106 /* Configure Wakeup Sources */ in wakeup_src_init() 111 * @brief Setup various clocks and wakeup sources in the SoC. 113 * Configures the clocks and wakeup sources in the SoC. 126 /* Setup initial wakeup sources */ in soc_power_init()
|
D | soc_power.h | 15 * @brief Setup various clocks and wakeup sources in the SoC. 17 * Configures the clocks and wakeup sources in the SoC.
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | cypress,psoc6-intmux.yaml | 9 user can select up to 32 interrupts sources from the 240 possible vectors 14 4 interrupt sources by grouping intmux channels. These means that each byte 17 Cortex-M0+ NVIC controller. Note that Cortex-M4 have all interrupt sources 21 configuration and how the Cortex-M0+ NVIC sources are organized. Each 32 sources and the proper NVIC interrupt order. With that, the system configures 64 2) The interrupt sources are shared between Cortex-M0+/M4. This means, they
|
/Zephyr-latest/dts/bindings/arm/ |
D | nordic,nrf-tddconf.yaml | 17 Bitmask of enabled sources for the ETB sink. Valid values can be found in 23 Bitmask of enabled sources for the TPIU sink. Valid values can be found in 29 Bitmask of enabled sources for the ETR sink. Valid values can be found in
|
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | esp32c2_clock.h | 10 /* Supported CPU clock Sources */ 27 /* Supported RTC fast clock sources */ 31 /* Supported RTC slow clock sources */
|
D | esp32c3_clock.h | 10 /* Supported CPU clock Sources */ 24 /* Supported RTC fast clock sources */ 28 /* Supported RTC slow clock sources */
|
D | esp32s2_clock.h | 10 /* Supported CPU clock Sources */ 25 /* Supported RTC fast clock sources */ 29 /* Supported RTC slow clock sources */
|
D | esp32_clock.h | 11 /* Supported CPU clock Sources */ 28 /* Supported RTC fast clock sources */ 32 /* Supported RTC slow clock sources */
|
D | esp32s3_clock.h | 10 /* Supported CPU clock Sources */ 25 /* Supported RTC fast clock sources */ 29 /* Supported RTC slow clock sources */
|
/Zephyr-latest/cmake/modules/ |
D | unittest.cmake | 25 # SOURCES: list of source files, default main.c 47 find_package(Deprecated COMPONENTS SOURCES) 49 if(NOT SOURCES AND EXISTS main.c) 50 set(SOURCES main.c) variable 53 add_executable(testbinary ${SOURCES}) 139 message(FATAL_ERROR "This variable is not supported, see SOURCES instead")
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sdhc.h | 237 * @brief SD host controller interrupt sources 239 * Interrupt sources for SD host controller. 272 int sources, void *user_data); 273 int (*disable_interrupt)(const struct device *dev, int sources); 457 * @brief Enable SDHC interrupt sources. 459 * Enables SDHC interrupt sources. Each subsequent call of this function 461 * specified in the "sources" argument enabled. 464 * @param sources: bitmask of @ref sdhc_interrupt_source values 473 int sources, void *user_data); 477 int sources, void *user_data) in z_impl_sdhc_enable_interrupt() argument [all …]
|
/Zephyr-latest/doc/build/dts/ |
D | intro-scope-purpose.rst | 21 There are two types of devicetree input files: *devicetree sources* and 22 *devicetree bindings*. The sources contain the devicetree itself. The bindings 24 <build_overview>` uses devicetree sources and bindings to produce a generated C
|
/Zephyr-latest/samples/boards/espressif/deep_sleep/ |
D | README.rst | 4 Use deep sleep with wake on timer, GPIO, and EXT1 sources on ESP32. 16 The following wake up sources are demonstrated in this example: 24 GPIOS0~5 can be used as wake-up sources. 63 With both wake up sources enabled, the console output will be as below. The
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapi.py | 150 # A member of the target.sources array 179 self.sources = [] 236 self.sources = [] 239 return f"TargetCompileGroup: {self.sources}" 292 self.sources = [] 294 # only if sources are grouped together by source_group() or by default 297 # only if target has sources that compile
|
D | walker.py | 132 # walk through pending sources and create corresponding files 133 log.inf("walking through pending sources files") 183 cfgApp.name = "app-sources" 188 # also set up app sources package 190 cfgPackageApp.name = "app-sources" 191 cfgPackageApp.spdxID = "SPDXRef-app-sources" 193 # relativeBaseDir is app sources dir 225 cfgZephyr.name = "zephyr-sources" 230 # relativeBaseDir is Zephyr sources topdir 234 …log.err(f"cannot find west_topdir for CMake Codemodel sources path {self.cm.paths_source}; bailing… [all …]
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | soc_irq.c | 58 /* Status register for interrupt sources 0 ~ 31 */ in soc_intr_get_next_source() 67 /* Status register for interrupt sources 32 ~ 63 */ in soc_intr_get_next_source() 76 /* Status register for interrupt sources 64 ~ 76 */ in soc_intr_get_next_source()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | Kconfig | 16 bool "Whether to scan for Broadcast Sources without Broadcast Assistant" 19 If set to true, the sample will start scanning for Broadcast Sources 29 before starting scanning for Broadcast Sources.
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | intc_esp32.h | 59 * The esp_intr_alloc* functions can allocate an int for all *_INTR_SOURCE int sources that 60 * are routed through the interrupt mux. Apart from these sources, each core also has some internal 61 * sources that do not pass through the interrupt mux. To allocate an interrupt for these sources, 62 * pass these pseudo-sources to the functions. 150 * sources, as defined in esp-xtensa-intmux.h, or one of the internal 151 * ETS_INTERNAL_*_INTR_SOURCE sources as defined in this header. 188 * sources, as defined in esp-xtensa-intmux.h, or one of the internal 189 * ETS_INTERNAL_*_INTR_SOURCE sources as defined in this header. 263 * 1. For local interrupts (``ESP_INTERNAL_*`` sources), this function has to be called on the 280 * @note For local interrupts (``ESP_INTERNAL_*`` sources), this function has to be called on the
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nxp,ftm-pwm.yaml | 25 Select one of three possible clock sources for the FTM counter: 27 provides higher timer resolution than the other two clock sources.
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/ |
D | Kconfig | 37 bool "Whether to scan for Broadcast Sources without Broadcast Assistant" 40 If set to true, the sample will start scanning for Broadcast Sources
|